mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-31 17:17:43 +03:00
tests: fix unstoppable service
[/etc/systemd/system/unstoppable.service:4] Unbalanced quoting, ignoring: "/bin/echo 'I'm unstoppable!'"
This commit is contained in:
parent
fb5c8184a9
commit
b04b3e5803
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user