]> git.ipfire.org Git - thirdparty/systemd.git/blob
2d67ad9a388ce2e2256a1bfeeec863a62b207c0e
[thirdparty/systemd.git] /
1 #!/bin/bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3
4 echo $$ >/sys/fs/cgroup/system.slice/delegated-cgroup-filtering.service/the_child/cgroup.procs
5
6 echo "child_process: hello, world!"
7 echo "child_process: hello, people!"
8 sleep .15