Files
systemd/test/test-execute/exec-user.service
Ronny Chevalier ac40081621 test-execute: move all files related to a specific directory
To avoid polluting test/
2015-10-31 15:07:19 +01:00

7 lines
109 B
Desktop File

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