diff options
Diffstat (limited to 'examples/source/mount-cgroups/up')
-rw-r--r-- | examples/source/mount-cgroups/up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/source/mount-cgroups/up b/examples/source/mount-cgroups/up index 5c62b47..033176f 100644 --- a/examples/source/mount-cgroups/up +++ b/examples/source/mount-cgroups/up @@ -5,6 +5,6 @@ pipeline { s6-tail -n +2 } pipeline { s6-cut -d"\t" -f1 } pipeline { s6-grep -vF -- devices } forstdin -d"\n" -- i -import -u i +importas -u i i if { s6-mkdir /sys/fs/cgroup/${i} } s6-mount -t cgroup -o ${i} -- cgroup /sys/fs/cgroup/${i} |