summaryrefslogtreecommitdiff
path: root/test/exec-group.service
blob: 1aa04b5bd26cc956366fe98ebea3da2acda0c4b7 (plain)
1
2
3
4
5
6
[Unit]
Description=Test for Group

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