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

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

while true
do
	echo "child_process: hello, world!"
	echo "child_process: hello, people!"
    sleep .15
done