1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-07 17:17:44 +03:00
systemd-stable/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