summaryrefslogtreecommitdiffstats
path: root/test/units/delegated_cgroup_filtering_payload_child.sh
blob: 94f0d3acefc2db9121397621f05d47a05d498c8d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1-or-later

echo $$ >/sys/fs/cgroup/system.slice/delegated-cgroup-filtering.service/the_child/cgroup.procs

echo "child_process: hello, world!"
echo "child_process: hello, people!"
sleep .15