Systemd/test/test-execute/exec-user-nobody.service

8 lines
120 B
Desktop File

[Unit]
Description=Test for User
[Service]
ExecStart=/bin/sh -x -c 'test "$$USER" = "nobody"'
Type=oneshot
User=nobody