Updated 'sats-debug@.service' service instance unit -> now git clones recursively (with submodules)
This commit is contained in:
parent
bceb4471c7
commit
19933619d3
|
@ -6,7 +6,7 @@ Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
User=pi
|
User=pi
|
||||||
Group=pi
|
Group=pi
|
||||||
ExecStart=/usr/bin/git clone -b master ssh://smmp-server/satsd/git /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
|
ExecStart=/bin/bash /service/debug/sats/main %i
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue