diff options
Diffstat (limited to 'presentations/systemd-2016/demo/demo.service')
-rw-r--r-- | presentations/systemd-2016/demo/demo.service | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/presentations/systemd-2016/demo/demo.service b/presentations/systemd-2016/demo/demo.service deleted file mode 100644 index fcc710ad933f..000000000000 --- a/presentations/systemd-2016/demo/demo.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=Demo unit for systemd - -[Service] -Type=oneshot -ExecStart=/usr/bin/echo "Systemd unit activated. Hello Hackeriet." |