diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-21 18:21:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-21 18:21:53 +0200 |
commit | f1f679c5b680be14c1c83bc34d00ecf276927ba0 (patch) | |
tree | 6d76fb54e5e74c958f81cb2a86528296ef08395d /test/exec-runtimedirectory.service | |
parent | 35bb18851a2b07d2b7ca65c6722012cdc3399a32 (diff) | |
parent | 5bc7452b3219456e07f931e40da30bb94a884293 (diff) |
Merge pull request #1320 from ronnychevalier/rc/core_fix_group_ownership
core: fix group ownership when Group is set
Diffstat (limited to 'test/exec-runtimedirectory.service')
-rw-r--r-- | test/exec-runtimedirectory.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/exec-runtimedirectory.service b/test/exec-runtimedirectory.service new file mode 100644 index 0000000000..c12a6c63d6 --- /dev/null +++ b/test/exec-runtimedirectory.service @@ -0,0 +1,7 @@ +[Unit] +Description=Test for RuntimeDirectory + +[Service] +ExecStart=/bin/sh -c 'exit $(test -d /tmp/test-exec_runtimedirectory)' +Type=oneshot +RuntimeDirectory=test-exec_runtimedirectory |