Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /etc/init/ drwxr-xr-x | |
| Viewing file: Select action/file-type: description "cgroup management proxy"
author "Serge Hallyn <serge.hallyn@ubuntu.com>"
respawn
expect stop
emits cgmanager-ready
# in trusty /sys/fs/cgroup will be mounted for us.
# prior to saucy, we would need to start on mounted
# MOUNTPOINT=/sys, and mount /sys/fs/cgroup ourselves
start on started cgmanager
stop on runlevel [06]
# to get debug output into /var/log/upstart/cgproxy.log, create/edit
# /etc/default/cgmanager and set cgmanager_opts="--debug"
env cgmanager_opts=""
env NESTED="no"
pre-start script
# check whether we should start
if [ -e /proc/self/ns/pid ] && [ "$NESTED" = "no" ]; then
initctl emit -n cgmanager-ready
{ stop; exit 0; }
fi
end script
script
[ -r /etc/default/cgmanager ] && . /etc/default/cgmanager
exec /sbin/cgproxy --sigstop $cgmanager_opts
end script
post-start script
initctl emit -n cgmanager-ready
initctl notify-cgroup-manager-address "unix:path=/sys/fs/cgroup/cgmanager/sock" || true
end script
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0069 ]-- |