Merge pull request #1857 from evverx/fix-unstoppable

tests: fix unstoppable service
This commit is contained in:
Daniel Mack 2015-11-12 10:15:51 +01:00
commit e87e7f5651
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