From b8e124cf9f04774250a68ec4585c72b1ebd22ddd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Thu, 18 Aug 2016 00:02:08 +0200
Subject: Add suncemail and annoyme

---
 config/systemd/user/syncemail.service | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 config/systemd/user/syncemail.service

(limited to 'config')

diff --git a/config/systemd/user/syncemail.service b/config/systemd/user/syncemail.service
new file mode 100644
index 0000000..a44f383
--- /dev/null
+++ b/config/systemd/user/syncemail.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Email synchronization
+
+[Service]
+ExecStart=/home/cynerd/.local/sbin/syncemail
+KillSignal=SIGUSR2
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
-- 
cgit v1.2.3