Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat /lib/systemd/system/watcher-py.service
- [Unit]
- Description=Watcher.py deamon
- [Service]
- ExecStart=/usr/local/bin/watcher.py start
- ExecStop=/usr/local/bin/watcher.py stop
- ExecReload=/usr/local/bin/watcher.py restart
- Type=simple
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment