summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-16 08:56:00 -0500
committerCase Duckworth2022-06-16 08:56:00 -0500
commitb60556d4f713bada7b2a7b545965ee154c531aab (patch)
treeb8bfd02e3a2cbaf25b01f2141a9dedd132ec445b
parentFix typo (diff)
downloadqotd-b60556d4f713bada7b2a7b545965ee154c531aab.tar.gz
qotd-b60556d4f713bada7b2a7b545965ee154c531aab.zip
Add 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