Systemd/test/test-execute/exec-group.service

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