summaryrefslogtreecommitdiffstats
path: root/test/test-path/path-makedirectory.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-path/path-makedirectory.service')
-rw-r--r--test/test-path/path-makedirectory.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test-path/path-makedirectory.service b/test/test-path/path-makedirectory.service
new file mode 100644
index 0000000..c7e6b48
--- /dev/null
+++ b/test/test-path/path-makedirectory.service
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Unit]
+Description=Service Test for Path units
+
+[Service]
+ExecStart=sleep infinity
+Type=exec
+RemainAfterExit=true