mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
8 lines
177 B
Desktop File
8 lines
177 B
Desktop File
[Unit]
|
|
Description=Test for RuntimeDirectory
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectory'
|
|
Type=oneshot
|
|
RuntimeDirectory=test-exec_runtimedirectory
|