systemd/test/test-execute/exec-group.service
2018-03-06 20:13:05 +01:00

8 lines
137 B
Desktop File

[Unit]
Description=Test for Group (daemon)
[Service]
ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "daemon"'
Type=oneshot
Group=daemon