From 58960f46833806eb098735ac99a7884cc49200b7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 10 Mar 2014 19:11:45 -0400 Subject: offlineimap configuration --- services/offlineimap/log/run | 3 +++ services/offlineimap/run | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 services/offlineimap/log/run create mode 100755 services/offlineimap/run (limited to 'services') diff --git a/services/offlineimap/log/run b/services/offlineimap/log/run new file mode 100755 index 0000000..c8a46fd --- /dev/null +++ b/services/offlineimap/log/run @@ -0,0 +1,3 @@ +#!/bin/sh + +multilog t * $HOME/.log/offlineimap diff --git a/services/offlineimap/run b/services/offlineimap/run new file mode 100755 index 0000000..5589a60 --- /dev/null +++ b/services/offlineimap/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec offlineimap 2>&1 -- cgit v1.2.3-54-g00ecf