about summary refs log tree commit diff
path: root/presentations/systemd-2016/demo/demo-error.service
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-21T00·26+0000
committerVincent Ambo <tazjin@google.com>2019-12-21T00·26+0000
commit8db37e39599943c33dab76e7cb390b0988e03839 (patch)
tree7c74b1130ae0600487c73b26652218d1733d987b /presentations/systemd-2016/demo/demo-error.service
parent91d7f0300021247552e628b94bce2720bcd6d93e (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.service7
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 0000000000..b2d4c9d347
--- /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