Added systemd service file
This commit is contained in:
parent
f753a368b7
commit
d608af2a0d
1 changed files with 13 additions and 0 deletions
13
wid-notifier.service
Normal file
13
wid-notifier.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
After=network.target network-online.target
|
||||
Requires=network-online.target
|
||||
Description=WID Notifier
|
||||
|
||||
[Service]
|
||||
User=widnotifier
|
||||
Group=widnotifier
|
||||
WorkingDirectory=~
|
||||
ExecStart=/usr/bin/wid-notifier /etc/widnotifier
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue