mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 14:45:44 +00:00
sleep for 5 to allow supervise to run
This commit is contained in:
parent
83fee492b8
commit
d44ce3cdb6
|
@ -54,7 +54,7 @@ enableService() {
|
||||||
runit)
|
runit)
|
||||||
"$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1"
|
"$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1"
|
||||||
"$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/"
|
"$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/"
|
||||||
sleep 2
|
sleep 5
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user