about summary refs log tree commit diff
path: root/presentations/systemd-2016/demo/demo.service
diff options
context:
space:
mode:
Diffstat (limited to 'presentations/systemd-2016/demo/demo.service')
-rw-r--r--presentations/systemd-2016/demo/demo.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/presentations/systemd-2016/demo/demo.service b/presentations/systemd-2016/demo/demo.service
new file mode 100644
index 0000000000..fcc710ad93
--- /dev/null
+++ b/presentations/systemd-2016/demo/demo.service
@@ -0,0 +1,6 @@
+[Unit]
+Description=Demo unit for systemd
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/echo "Systemd unit activated. Hello Hackeriet."