✨ systemd service
This commit is contained in:
parent
f10c7df262
commit
fedb81c485
3 changed files with 21 additions and 1 deletions
11
sheepd.service
Normal file
11
sheepd.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Sheep Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/sheepd
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue