diff options
Diffstat (limited to 'test/unstoppable.service')
-rw-r--r-- | test/unstoppable.service | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/unstoppable.service b/test/unstoppable.service new file mode 100644 index 0000000..56b72c9 --- /dev/null +++ b/test/unstoppable.service @@ -0,0 +1,5 @@ +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/bin/echo "I'm unstoppable!" +ExecStop=/bin/systemctl start --no-block unstoppable.service |