1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00
systemd/test/unstoppable.service

6 lines
143 B
SYSTEMD
Raw Normal View History

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