mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
11 lines
440 B
Desktop File
11 lines
440 B
Desktop File
[Unit]
|
|
Description=Test for RuntimeDirectory
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectory'
|
|
ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectory2/hogehoge'
|
|
ExecStart=/bin/sh -x -c 'test "$$RUNTIME_DIRECTORY" = "%t/test-exec_runtimedirectory:%t/test-exec_runtimedirectory2/hogehoge"'
|
|
Type=oneshot
|
|
RuntimeDirectory=test-exec_runtimedirectory
|
|
RuntimeDirectory=./test-exec_runtimedirectory2///./hogehoge/.
|