tests: fix unstoppable service

[/etc/systemd/system/unstoppable.service:4] Unbalanced quoting,
ignoring: "/bin/echo 'I'm unstoppable!'"
This commit is contained in:
Evgeny Vereshchagin 2015-11-12 03:22:11 +00:00
parent fb5c8184a9
commit b04b3e5803
1 changed files with 1 additions and 1 deletions

View 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