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

mkdir /sys/fs/cgroup/system.slice/delegated-cgroup-filtering.service/the_child
/bin/sh /usr/lib/systemd/tests/testdata/units/delegated_cgroup_filtering_payload_child.sh &

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