Updated 'sats-debug@.service' service instance unit -> now waits 10 sec if cannot connect to IOEMU

This commit is contained in:
xdrm-brackets 2018-01-29 14:12:17 +01:00
parent 19933619d3
commit 440b3caf72
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ Type=simple
Restart=always
User=pi
Group=pi
ExecStart=/usr/bin/git clone --recursive -b master ssh://smmp-server/satsd/debug /service/debug;
ExecStart=/usr/bin/git clone --recursive -b master ssh://smmp-server/satsd/debug /service/debug
ExecStart=/bin/bash /service/debug/sats/main %i
ExecStop=/bin/sleep 10
[Install]
WantedBy=multi-user.target