diff options
author | Case Duckworth | 2022-06-17 10:11:39 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-17 10:11:39 -0500 |
commit | 0751fdae16335ac6d9b6aaba77483a05d3151f8d (patch) | |
tree | f427e4f2cc3444249b20119e9b3b31256e0836aa /extra/qotd-update.timer | |
parent | Fix argument handling (diff) | |
download | qotd-main.tar.gz qotd-main.zip |
Diffstat (limited to 'extra/qotd-update.timer')
-rw-r--r-- | extra/qotd-update.timer | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/qotd-update.timer b/extra/qotd-update.timer new file mode 100644 index 0000000..93b4491 --- /dev/null +++ b/extra/qotd-update.timer | |||
@@ -0,0 +1,9 @@ | |||
1 | [Unit] | ||
2 | Description=Update qotd.txt every day | ||
3 | |||
4 | [Timer] | ||
5 | OnCalendar=Daily | ||
6 | Persistent=true | ||
7 | |||
8 | [Install] | ||
9 | WantedBy=timers.target | ||