add install and uninstall commands for systemd service
This commit is contained in:
11
misc/pyinotifyd.service
Normal file
11
misc/pyinotifyd.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=pyinotifyd
|
||||
After=fs.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/pyinotifyd
|
||||
TimeoutStopSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user