]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/unstoppable.service
Merge pull request #11795 from yuwata/fix-network-routing-policy-11280
[thirdparty/systemd.git] / test / unstoppable.service
1 [Service]
2 Type=oneshot
3 RemainAfterExit=yes
4 ExecStart=/bin/echo "I'm unstoppable!"
5 ExecStop=/bin/systemctl start --no-block unstoppable.service