Add a WIP version of the spacestate daemon
This commit is contained in:
parent
2b762d9a3c
commit
5b96a6be43
2 changed files with 129 additions and 0 deletions
14
spacestated.service
Normal file
14
spacestated.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Bitlair Spacestate
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=2s
|
||||
ExecStart=/opt/spacestate/spacestated
|
||||
User=spacenotifier
|
||||
Group=spacenotifier
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue