summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-runtimedirectory-owner.service
blob: 1f438c182e83cc28ecd9412df9c6b2d719a58067 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)

[Service]
ExecStart=/bin/sh -x -c 'group=$$(stat -c %%G /tmp/test-exec_runtimedirectory-owner); test "$$group" = "nobody"'
Type=oneshot
Group=nobody
User=root
RuntimeDirectory=test-exec_runtimedirectory-owner