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
|
||||
User=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
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue