From b04b3e580313e7b1c3dd6ba24b27f1a7678d5de2 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 12 Nov 2015 03:22:11 +0000 Subject: tests: fix unstoppable service [/etc/systemd/system/unstoppable.service:4] Unbalanced quoting, ignoring: "/bin/echo 'I'm unstoppable!'" --- test/unstoppable.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3-54-g00ecf