mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
9 lines
202 B
SYSTEMD
9 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test service for delegated logs filtering
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/lib/systemd/tests/testdata/units/delegated_cgroup_filtering_payload.sh
|
||
|
Delegate=yes
|
||
|
SyslogLevel=notice
|