succd: add systemd service
This commit is contained in:
parent
73bce8d5ee
commit
e79e5166dd
12
succd/succd.service
Normal file
12
succd/succd.service
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=SEM daemon
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/succd -listen_http :80
|
||||||
|
Restart=aways
|
||||||
|
RestartSec=10
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue