14 lines
220 B
SYSTEMD
14 lines
220 B
SYSTEMD
|
[Unit]
|
||
|
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=sats
|
||
|
Group=sats
|
||
|
ExecStart=/bin/sh /home/sats/satsd/sats-loop
|
||
|
Restart=on-abort
|
||
|
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|