1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00
systemd-stable/test/exec-runtimedirectory.service

8 lines
184 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Test for RuntimeDirectory
[Service]
ExecStart=/bin/sh -c 'exit $(test -d /tmp/test-exec_runtimedirectory)'
Type=oneshot
RuntimeDirectory=test-exec_runtimedirectory