mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 02:57:16 +03:00
9 lines
258 B
SYSTEMD
9 lines
258 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for RuntimeDirectoryMode
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 's=$(stat -c %a /tmp/test-exec_runtimedirectory-mode); echo $s; exit $(test $s = "750")'
|
||
|
Type=oneshot
|
||
|
RuntimeDirectory=test-exec_runtimedirectory-mode
|
||
|
RuntimeDirectoryMode=0750
|