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