setup/clone/utility/service_unit

14 lines
303 B
Plaintext

[Unit]
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
After=multi-user.target
[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