mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
docker.upstart: use the same start/stop events as sshd
Is probably more solid
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
description "Run docker"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on starting rc RUNLEVEL=[016]
|
||||
start on filesystem or runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
respawn
|
||||
|
||||
exec /usr/bin/docker -d
|
||||
|
||||
Reference in New Issue
Block a user