9 lines
111 B
Plaintext
Executable File
9 lines
111 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
if [[ -n $ISCI ]]; then
|
|
sleep 180
|
|
fi
|
|
|
|
exec \
|
|
s6-svscanctl -t /run/service/
|