aboutsummaryrefslogtreecommitdiff
path: root/config/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'config/systemd')
-rw-r--r--config/systemd/user/syncemail.service10
1 files changed, 10 insertions, 0 deletions
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