mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
7 lines
115 B
SYSTEMD
7 lines
115 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for Group
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 'exit $(test $(id -n -g) = nobody)'
|
||
|
Group=nobody
|