2017-01-25 18:52:51 +00:00
|
|
|
[Unit]
|
|
|
|
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
|
2017-01-26 09:26:58 +00:00
|
|
|
Wants=sats-boot.service
|
|
|
|
After=sats-boot.service
|
2017-01-25 18:52:51 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=sats
|
|
|
|
Group=sats
|
|
|
|
ExecStart=/bin/sh /home/sats/satsd/sats-loop
|
2017-01-25 18:58:52 +00:00
|
|
|
Restart=always
|
2017-01-25 18:52:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|