1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-16 22:50:13 +03:00
systemd-stable/test/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!'
ExecStop=/bin/systemctl start --no-block unstoppable.service