mirror of
https://git.proxmox.com/git/systemd
synced 2025-07-24 22:54:36 +00:00
6 lines
143 B
Desktop File
6 lines
143 B
Desktop File
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/echo "I'm unstoppable!"
|
|
ExecStop=/bin/systemctl start --no-block unstoppable.service
|