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