More actions
Created page with "<syntaxhighlight lang="INI"> [Unit] Description=This will just fail OnFailure=servicefailure@%n.service [Service] Type=oneshot ExecStart=sh -c 'echo fail; exit 1' </syntaxhighlight>" |
m Derg moved page Justfail.service to justfail.service without leaving a redirect: Misspelled title |
(No difference)
|
Latest revision as of 13:48, 12 September 2024
[Unit]
Description=This will just fail
OnFailure=servicefailure@%n.service
[Service]
Type=oneshot
ExecStart=sh -c 'echo fail; exit 1'