mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 21:13:43 +00:00
7 lines
109 B
Desktop File
7 lines
109 B
Desktop File
[Unit]
|
|
Description=Test for User
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'exit $(test "$USER" = nobody)'
|
|
User=nobody
|