setup/clone/utility/sats-boot.service

14 lines
220 B
SYSTEMD
Raw Normal View History

2017-01-24 17:29:16 +00:00
[Unit]
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
[Service]
Type=simple
2017-01-24 17:29:16 +00:00
User=sats
2017-01-25 18:00:36 +00:00
Group=sats
ExecStart=/bin/sh /home/sats/satsd/sats-boot
2017-01-24 18:10:44 +00:00
Restart=on-abort
2017-01-24 17:29:16 +00:00
[Install]
WantedBy=multi-user.target