mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-18 06:03:42 +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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=/bin/echo 'I'm unstoppable!'
|
ExecStart=/bin/echo "I'm unstoppable!"
|
||||||
ExecStop=/bin/systemctl start --no-block unstoppable.service
|
ExecStop=/bin/systemctl start --no-block unstoppable.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user