]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-runtimedirectory-owner.service
Merge pull request #14194 from yuwata/network-multipath-routing-12541
[thirdparty/systemd.git] / test / test-execute / exec-runtimedirectory-owner.service
CommitLineData
5bc7452b
RC
1[Unit]
2Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
3
4[Service]
69b07407 5ExecStart=/bin/sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner-daemon); test "$$group" = "daemon"'
5bc7452b 6Type=oneshot
69b07407 7Group=daemon
5bc7452b 8User=root
69b07407 9RuntimeDirectory=test-exec_runtimedirectory-owner-daemon