mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-25 18:26:49 +00:00
8 lines
120 B
Desktop File
8 lines
120 B
Desktop File
[Unit]
|
|
Description=Test for User
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test "$$USER" = "nobody"'
|
|
Type=oneshot
|
|
User=nobody
|