summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-runtimedirectory-owner-nogroup.service
blob: 663afe1188c7509fdb506561cb0dd4590a938310 (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 %t/test-exec_runtimedirectory-owner); test "$$group" = "nogroup"'
Type=oneshot
Group=nogroup
User=root
RuntimeDirectory=test-exec_runtimedirectory-owner