diff options
Diffstat (limited to 'test/testsuite-03.units/always-activating.service')
-rw-r--r-- | test/testsuite-03.units/always-activating.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/testsuite-03.units/always-activating.service b/test/testsuite-03.units/always-activating.service new file mode 100644 index 0000000..93ddb85 --- /dev/null +++ b/test/testsuite-03.units/always-activating.service @@ -0,0 +1,8 @@ +[Unit] +Description=Service that never leaves state ACTIVATING +Requires=always-activating.socket +After=always-activating.socket + +[Service] +Type=notify +ExecStart=bash -c 'sleep infinity' |