diff options
Diffstat (limited to 'extra/qotd-update.service')
-rw-r--r-- | extra/qotd-update.service | 9 |
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] | ||
2 | Description=Update qotd.txt | ||
3 | |||
4 | [Service] | ||
5 | Type=oneshot | ||
6 | ExecStart=/usr/local/bin/qotd-update.sh | ||
7 | |||
8 | [Install] | ||
9 | WantedBy=multi-user.target | ||