mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 18:27:04 +03:00
8 lines
184 B
Desktop File
8 lines
184 B
Desktop File
[Unit]
|
|
Description=Test for RuntimeDirectory
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'exit $(test -d /tmp/test-exec_runtimedirectory)'
|
|
Type=oneshot
|
|
RuntimeDirectory=test-exec_runtimedirectory
|