]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/units/delegated_cgroup_filtering_payload.sh
TEST-04-JOURNAL: Sleep more in delegated cgroup filtering script
[thirdparty/systemd.git] / test / units / delegated_cgroup_filtering_payload.sh
CommitLineData
41b7fcc5
QD
1#!/bin/sh
2# SPDX-License-Identifier: LGPL-2.1-or-later
3
4mkdir /sys/fs/cgroup/system.slice/delegated-cgroup-filtering.service/the_child
b81ece59 5/bin/sh /usr/lib/systemd/tests/testdata/units/delegated_cgroup_filtering_payload_child.sh
41b7fcc5 6
b81ece59
DDM
7echo "parent_process: hello, world!"
8echo "parent_process: hello, people!"
904b8ae4 9sleep 2