systemd/test/exec-group.service
2014-12-12 19:54:51 +02:00

7 lines
115 B
Desktop File

[Unit]
Description=Test for Group
[Service]
ExecStart=/bin/sh -c 'exit $(test $(id -n -g) = nobody)'
Group=nobody