summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-11-12 10:15:51 +0100
committerDaniel Mack <github@zonque.org>2015-11-12 10:15:51 +0100
commite87e7f5651a741cd9bd7d4b1f759573faa555c08 (patch)
tree036ac67fd09c118b1e5e2b28d106df2ddbcfade6
parent7fcaf31e39514b2df367031df1a102b34bc028ee (diff)
parentb04b3e580313e7b1c3dd6ba24b27f1a7678d5de2 (diff)
Merge pull request #1857 from evverx/fix-unstoppable
tests: fix unstoppable service
-rw-r--r--test/unstoppable.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unstoppable.service b/test/unstoppable.service
index 24fb0a25e1..56b72c98f7 100644
--- a/test/unstoppable.service
+++ b/test/unstoppable.service
@@ -1,5 +1,5 @@
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/bin/echo 'I'm unstoppable!'
+ExecStart=/bin/echo "I'm unstoppable!"
ExecStop=/bin/systemctl start --no-block unstoppable.service