mirror of
https://github.com/systemd/systemd.git
synced 2026-07-12 02:24:15 +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
|