summaryrefslogtreecommitdiff
path: root/.config/systemd/user/qotd.service
blob: 6c858e5990db5adf908f0b71a37042780675e954 (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Generate a quote of the day

[Service]
Type=oneshot
ExecStart=/home/thomas/.local/bin/qotd

[Install]
WantedBy=default.target