]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/exec-user.service
Hook more properties for transient units
[thirdparty/systemd.git] / test / exec-user.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for User
3
4[Service]
5ExecStart=/bin/sh -c 'exit $(test "$USER" = nobody)'
6User=nobody