]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-group.service
tmpfiles: make truncate_file() safe
[thirdparty/systemd.git] / test / test-execute / exec-group.service
CommitLineData
281e05b6 1[Unit]
69b07407 2Description=Test for Group (daemon)
281e05b6
RC
3
4[Service]
69b07407 5ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "daemon"'
cdaf5070 6Type=oneshot
69b07407 7Group=daemon