about summary refs log tree commit diff
path: root/users/tazjin/presentations/systemd-2016/demo/demo-error.service
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/presentations/systemd-2016/demo/demo-error.service')
-rw-r--r--users/tazjin/presentations/systemd-2016/demo/demo-error.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/tazjin/presentations/systemd-2016/demo/demo-error.service b/users/tazjin/presentations/systemd-2016/demo/demo-error.service
new file mode 100644
index 0000000000..b2d4c9d347
--- /dev/null
+++ b/users/tazjin/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