Systemd/test/units/unstoppable.service

6 lines
143 B
SYSTEMD
Raw Permalink Normal View History

2013-02-22 18:59:07 +01:00
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/echo "I'm unstoppable!"
2013-02-22 18:59:07 +01:00
ExecStop=/bin/systemctl start --no-block unstoppable.service