10 lines
153 B
SYSTEMD
10 lines
153 B
SYSTEMD
|
[Unit]
|
||
|
Description=[::SATS::] Sync target (stop)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=no
|
||
|
User=pi
|
||
|
Group=pi
|
||
|
|
||
|
ExecStart=/bin/bash /service/sats-sync-stop
|