setup/clone/utility/sats-loop.service

16 lines
266 B
SYSTEMD
Raw Normal View History

[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
[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
[Install]
WantedBy=multi-user.target