setup/clone/utility/service_unit

14 lines
303 B
Plaintext
Raw Normal View History

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