summary refs log tree commit diff stats
path: root/extra/qotd-update.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qotd-update.service')
-rw-r--r--extra/qotd-update.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/qotd-update.service b/extra/qotd-update.service new file mode 100644 index 0000000..da79953 --- /dev/null +++ b/extra/qotd-update.service
@@ -0,0 +1,9 @@
1[Unit]
2Description=Update qotd.txt
3
4[Service]
5Type=oneshot
6ExecStart=/usr/local/bin/qotd-update.sh
7
8[Install]
9WantedBy=multi-user.target