|
[Unit]
|
|
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
|
|
Wants=sats-boot.service
|
|
After=sats-boot.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=sats
|
|
Group=sats
|
|
ExecStart=/bin/sh /home/sats/satsd/sats-loop
|
|
Restart=always
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|