diff options
Diffstat (limited to 'test/testsuite-03.units/unstoppable.service')
-rw-r--r-- | test/testsuite-03.units/unstoppable.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testsuite-03.units/unstoppable.service b/test/testsuite-03.units/unstoppable.service new file mode 100644 index 0000000..6eb7c19 --- /dev/null +++ b/test/testsuite-03.units/unstoppable.service @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/bin/echo "I'm unstoppable!" +ExecStop=/bin/systemctl start --no-block unstoppable.service |