mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 14:59:12 +03:00
10 lines
195 B
SYSTEMD
10 lines
195 B
SYSTEMD
|
[Unit]
|
||
|
Description=Script triggered by file changes in a folder (including subfolders)
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/pushgit_inotify.sh
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|