summaryrefslogtreecommitdiffstats
path: root/test/testsuite-07.units/issue27953.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/testsuite-07.units/issue27953.service')
-rw-r--r--test/testsuite-07.units/issue27953.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/testsuite-07.units/issue27953.service b/test/testsuite-07.units/issue27953.service
new file mode 100644
index 0000000..f441067
--- /dev/null
+++ b/test/testsuite-07.units/issue27953.service
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Description=This unit should not remain active once the shell process exits
+
+[Service]
+Type=oneshot
+ExecStart=sh -c 'sleep infinity & exit 0'