mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
9 lines
258 B
Desktop File
9 lines
258 B
Desktop File
[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
|