mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-20 19:03:08 +01: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…
x
Reference in New Issue
Block a user