13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
[Unit]
|
|
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=sats
|
|
ExecStart=/bin/sh /home/sats/satsd/boot service 2>> /home/sats/satsd/log/boot.log >> /home/sats/satsd/log/boot.log
|
|
Restart=on-abort
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|