From 0751fdae16335ac6d9b6aaba77483a05d3151f8d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 17 Jun 2022 10:11:39 -0500 Subject: Add extra/qotd-update --- extra/qotd-update.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extra/qotd-update.service (limited to 'extra/qotd-update.service') 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 @@ +[Unit] +Description=Update qotd.txt + +[Service] +Type=oneshot +ExecStart=/usr/local/bin/qotd-update.sh + +[Install] +WantedBy=multi-user.target -- cgit 1.4.1-21-gabe81