tvl-depot/presentations/systemd-2016/demo/demo.service

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
132 B
SYSTEMD
Raw Normal View History

2016-01-21 19:32:37 +01:00
[Unit]
Description=Demo unit for systemd
[Service]
Type=oneshot
ExecStart=/usr/bin/echo "Systemd unit activated. Hello Hackeriet."