13 lines
296 B
SYSTEMD
13 lines
296 B
SYSTEMD
[Unit]
|
|
Description=[::SATS::] Debugger (to %i)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=pi
|
|
Group=pi
|
|
ExecStartPre=-/usr/bin/git clone --recursive -b master ssh://smmp-server/satsd/debug /home/pi/debug
|
|
ExecStart=/bin/bash /home/pi/debug/sats/main %i
|
|
ExecStop=/bin/sleep 10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |