mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-11 00:12:27 +00:00
8 lines
137 B
Desktop File
8 lines
137 B
Desktop File
[Unit]
|
|
Description=Test for Group (daemon)
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "daemon"'
|
|
Type=oneshot
|
|
Group=daemon
|