mirror of
https://git.proxmox.com/git/systemd
synced 2026-02-05 00:09:41 +00:00
8 lines
179 B
Desktop File
8 lines
179 B
Desktop File
[Unit]
|
|
Description=Test for RuntimeDirectory
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test -d /tmp/test-exec_runtimedirectory'
|
|
Type=oneshot
|
|
RuntimeDirectory=test-exec_runtimedirectory
|