From 6103d9791f36839c3f24601135aa2fb6f368a853 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 23 Jul 2015 21:40:44 +0200 Subject: Add a sample configuration file and a systemd service file. --- imapsync.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 imapsync.service (limited to 'imapsync.service') 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 -- cgit v1.2.3