mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
7 lines
109 B
SYSTEMD
7 lines
109 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for User
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 'exit $(test "$USER" = nobody)'
|
||
|
User=nobody
|