Lines Matching +full:post +full:- +full:fs
8 # http://www.apache.org/licenses/LICENSE-2.0
18 author "chromium-os-dev@chromium.org"
20 # N.B. The chromeos-factoryinstall ebuild edits the 'start on' line so as
23 start on starting system-services
24 stop on stopping system-services
35 exec ionice -c3 update_engine
39 post-start script
40 pid=$(status | cut -f 4 -d ' ')
42 cgroup_cpu_dir="/sys/fs/cgroup/cpu/${UPSTART_JOB}"
43 mkdir -p "${cgroup_cpu_dir}"
49 cgroup_net_cls_dir="/sys/fs/cgroup/net_cls/${UPSTART_JOB}"
50 mkdir -p "${cgroup_net_cls_dir}"