2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-18 21:26:31 +00:00
gitwatch/gitwatch.service

7 lines
139 B
SYSTEMD
Raw Normal View History

2016-12-13 21:30:48 +00:00
[Unit]
Description=Watch file or directory and git commit all changes
[Service]
ExecStart=/opt/gitwatch/gitwatch.sh %I
ExecStop=/bin/true