mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-27 01:47:28 +00:00
7 lines
115 B
Desktop File
7 lines
115 B
Desktop File
[Unit]
|
|
Description=Test for Group
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'exit $(test $(id -n -g) = nobody)'
|
|
Group=nobody
|