mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-16 07:39:46 +00:00
Force lxc-instance to behave like a good Upstart client
Remove unnecessary shell wrap around job start. Force foreground execution to allow job monitoring and control. Signed-off-by Andrey Repin <anrdaemon@yandex.ru>
This commit is contained in:
parent
18f9cbeea7
commit
abf28de1e6
@ -17,6 +17,4 @@ pre-start script
|
||||
lxc-wait -s RUNNING -n $NAME -t 0 && { stop; exit 0; } || true
|
||||
end script
|
||||
|
||||
script
|
||||
exec lxc-start -n $NAME
|
||||
end script
|
||||
exec lxc-start -F -n $NAME
|
||||
|
Loading…
Reference in New Issue
Block a user