diff options
Diffstat (limited to 'users/tazjin/presentations/systemd-2016/demo/demo.service')
-rw-r--r-- | users/tazjin/presentations/systemd-2016/demo/demo.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/tazjin/presentations/systemd-2016/demo/demo.service b/users/tazjin/presentations/systemd-2016/demo/demo.service new file mode 100644 index 000000000000..fcc710ad933f --- /dev/null +++ b/users/tazjin/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." |