mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 14:59:12 +03:00
13 lines
320 B
Desktop File
13 lines
320 B
Desktop File
[Unit]
|
|
Description=Script triggered by file changes in a folder (including subfolders)
|
|
|
|
[Service]
|
|
ExecStartPre=systemctl stop pushgit_inotify.service
|
|
ExecStart=systemctl start pushgit_inotify.service
|
|
ExecStop=systemctl stop pushgit_inotify.service
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|