ioemu/sats-debug@.service

13 lines
296 B
SYSTEMD
Raw Normal View History

[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
2018-01-29 17:32:48 +00:00
ExecStart=/bin/bash /home/pi/debug/sats/main %i
ExecStop=/bin/sleep 10
[Install]
WantedBy=multi-user.target