diff options
Diffstat (limited to '.config/systemd/user/qotd.service')
-rw-r--r-- | .config/systemd/user/qotd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/qotd.service b/.config/systemd/user/qotd.service new file mode 100644 index 0000000..6c858e5 --- /dev/null +++ b/.config/systemd/user/qotd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Generate a quote of the day + +[Service] +Type=oneshot +ExecStart=/home/thomas/.local/bin/qotd + +[Install] +WantedBy=default.target |