aboutsummaryrefslogtreecommitdiffstats
path: root/imapsync.service
diff options
context:
space:
mode:
Diffstat (limited to 'imapsync.service')
-rw-r--r--imapsync.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/imapsync.service b/imapsync.service
new file mode 100644
index 0000000..e3a47e4
--- /dev/null
+++ b/imapsync.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=IMAP-to-IMAP Syncronization service
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/imapsync
+
+[Install]
+WantedBy=multi-user.target