summaryrefslogtreecommitdiff
path: root/dotfiles/remind/remind@.service
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/remind/remind@.service')
-rw-r--r--dotfiles/remind/remind@.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/dotfiles/remind/remind@.service b/dotfiles/remind/remind@.service
new file mode 100644
index 0000000..3fc221d
--- /dev/null
+++ b/dotfiles/remind/remind@.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Remind daemon
3After=network.target
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/remind -z60 -k'/usr/bin/dunstify -t 0 -a Tracking %%s' %h/.config/remind/%i
8
9[Install]
10WantedBy=default.target