]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: fix unstoppable service 1857/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 12 Nov 2015 03:22:11 +0000 (03:22 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 12 Nov 2015 03:24:10 +0000 (03:24 +0000)
[/etc/systemd/system/unstoppable.service:4] Unbalanced quoting,
ignoring: "/bin/echo 'I'm unstoppable!'"

test/unstoppable.service

index 24fb0a25e16f35e1c361bfa85a3fe8a7d2260265..56b72c98f75904b9a5d878a28522f25dd8e7fa6c 100644 (file)
@@ -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