From 2b7c14f2b68a26cba893855cd1a142328888bb13 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Fri, 19 Jul 2024 23:49:36 +0200 Subject: Initial commit Android app works, but Android says it uses much more battery than ntfy.sh, which should never happen goimapnotify works Logo is awesome <3 There are problems with constant working, presumably after restarts. --- ding-dong-mail.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ding-dong-mail.service (limited to 'ding-dong-mail.service') diff --git a/ding-dong-mail.service b/ding-dong-mail.service new file mode 100644 index 0000000..f8722ce --- /dev/null +++ b/ding-dong-mail.service @@ -0,0 +1,12 @@ +[Unit] +Description=Using goimapnotify + ntfy.sh + Fairemail efficiently keeps emails up-to-date on phone + +[Service] +Type=simple +ExecStart=/usr/bin/goimapnotify -conf %h/.config/ding-dong-mail/goimapnotify.conf +Restart=always +RestartSec=15 + +[Install] +WantedBy=default.target + -- cgit v1.3.1