Cross Reference: exec-group.service
xref
: /
systemd
/
test
/
test-execute
/
exec-group.service
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
[Unit]
Description=Test for Group
[Service]
ExecStart=
/bin/sh
-x -c 'test "$$(id -n -g)" = "nobody"'
Type=oneshot
Group=nobody