1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Service]
3Type=oneshot
4RemainAfterExit=yes
5ExecStart=/bin/echo "I'm unstoppable!"
6ExecStop=/bin/systemctl start --no-block unstoppable.service
7