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