mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-15 08:23:07 +00:00
12 lines
485 B
Desktop File
12 lines
485 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[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/.
|