diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·26+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·26+0000 |
commit | 8db37e39599943c33dab76e7cb390b0988e03839 (patch) | |
tree | 7c74b1130ae0600487c73b26652218d1733d987b /presentations/systemd-2016/demo/demo-error.service | |
parent | 91d7f0300021247552e628b94bce2720bcd6d93e (diff) |
chore(systemd-presentation): Prepare for depot merge
Diffstat (limited to 'presentations/systemd-2016/demo/demo-error.service')
-rw-r--r-- | presentations/systemd-2016/demo/demo-error.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/presentations/systemd-2016/demo/demo-error.service b/presentations/systemd-2016/demo/demo-error.service new file mode 100644 index 000000000000..b2d4c9d34799 --- /dev/null +++ b/presentations/systemd-2016/demo/demo-error.service @@ -0,0 +1,7 @@ +[Unit] +Description=Demonstrate failing units +OnFailure=demo-notify@%n.service + +[Service] +Type=oneshot +ExecStart=/usr/bin/false |