about summary refs log tree commit diff
path: root/presentations/systemd-2016/demo/demo-notify@.service
diff options
context:
space:
mode:
Diffstat (limited to 'presentations/systemd-2016/demo/demo-notify@.service')
-rw-r--r--presentations/systemd-2016/demo/demo-notify@.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/presentations/systemd-2016/demo/demo-notify@.service b/presentations/systemd-2016/demo/demo-notify@.service
new file mode 100644
index 0000000000..e25524b4e2
--- /dev/null
+++ b/presentations/systemd-2016/demo/demo-notify@.service
@@ -0,0 +1,6 @@
+[Unit]
+Description=Demonstrate systemd templating by sending a notification
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/notify-send 'Systemd notification' '%i'