Systemd/test/exec-group.service

7 lines
115 B
Desktop File

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