]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-dynamicuser-fixeduser.service
1d84af02ed808f4aa0e1bf49cd03a79bb365d600
[thirdparty/systemd.git] / test / test-execute / exec-dynamicuser-fixeduser.service
1 [Unit]
2 Description=Test DynamicUser with User=
3
4 [Service]
5 ExecStart=/bin/sh -x -c 'test "$$(id -G)" = "1" && test "$$(id -g)" = "1" && test "$$(id -u)" = "1"'
6 Type=oneshot
7 User=1
8 DynamicUser=yes