systemd/test/exec-user.service
2014-12-12 19:54:51 +02:00

7 lines
109 B
Desktop File

[Unit]
Description=Test for User
[Service]
ExecStart=/bin/sh -c 'exit $(test "$USER" = nobody)'
User=nobody