summary refs log tree commit diff stats
path: root/extra/qotd-update.service
blob: da7995315251b8f54a053959454ac2219fc0f127 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Update qotd.txt

[Service]
Type=oneshot
ExecStart=/usr/local/bin/qotd-update.sh

[Install]
WantedBy=multi-user.target