10 lines
218 B
SYSTEMD
10 lines
218 B
SYSTEMD
|
[Unit]
|
||
|
Description=SATS Update Process
|
||
|
Requires=network-online.target network.target sats-loop.service sats-boot.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=sats
|
||
|
Group=sats
|
||
|
ExecStart=/bin/sh /home/sats/satsd/sats-loop update
|