]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-group-nobody.service
bpf: fix SPDX short identifier for LGPL-2.1-or-later
[thirdparty/systemd.git] / test / test-execute / exec-group-nobody.service
1 [Unit]
2 Description=Test for Group
3
4 [Service]
5 ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "nobody"'
6 Type=oneshot
7 Group=nobody