ioemu/sats-debug@.service

12 lines
273 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
[Install]
WantedBy=multi-user.target