2017-01-25 18:52:51 +00:00
|
|
|
[Unit]
|
2017-05-08 14:22:11 +00:00
|
|
|
Description=SATS Daemon
|
|
|
|
Wants=sats-install.service
|
|
|
|
OnFailure=sats-install.service
|
2017-01-25 18:52:51 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=sats
|
|
|
|
Group=sats
|
2017-05-08 14:22:11 +00:00
|
|
|
ExecStart=/bin/sh /service/sats-loop
|
2017-01-25 18:58:52 +00:00
|
|
|
Restart=always
|
2017-01-25 18:52:51 +00:00
|
|
|
|
|
|
|
[Install]
|
2017-05-08 14:22:11 +00:00
|
|
|
WantedBy=multi-user.target
|