summary refs log tree commit diff stats
path: root/extra/qotd.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qotd.service')
-rw-r--r--extra/qotd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/qotd.service b/extra/qotd.service new file mode 100644 index 0000000..08c03c1 --- /dev/null +++ b/extra/qotd.service
@@ -0,0 +1,9 @@
1[Unit]
2Description=A Quote of the Day server implementation
3After=network.target
4
5[Service]
6ExecStart=/usr/local/bin/qotd
7
8[Install]
9WantedBy=multi-user.target