From: Evgeny Vereshchagin Date: Thu, 12 Nov 2015 03:22:11 +0000 (+0000) Subject: tests: fix unstoppable service X-Git-Tag: v228~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1857%2Fhead;p=thirdparty%2Fsystemd.git tests: fix unstoppable service [/etc/systemd/system/unstoppable.service:4] Unbalanced quoting, ignoring: "/bin/echo 'I'm unstoppable!'" --- diff --git a/test/unstoppable.service b/test/unstoppable.service index 24fb0a25e16..56b72c98f75 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