diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-23 21:40:44 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-23 21:40:44 +0200 |
commit | 6103d9791f36839c3f24601135aa2fb6f368a853 (patch) | |
tree | 6920ec164baa87f853f5b04c1c467b2785c36730 /imapsync.service | |
parent | cd040238114c91f4942e0847448a84830fac4f7c (diff) |
Add a sample configuration file and a systemd service file.
Diffstat (limited to 'imapsync.service')
-rw-r--r-- | imapsync.service | 9 |
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 |