From 985d8284e0e71d8528a81590a56ca82795ddcb74 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 28 Dec 2017 11:29:20 -0600 Subject: [PATCH] unison-sync: Add service for unison sync profile The *unison-sync* service starts `unison` for the *sync* profile (i.e. `~/.unison/sync.prf`) in "watch" mode. --- services/unison-sync/run | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 services/unison-sync/run diff --git a/services/unison-sync/run b/services/unison-sync/run new file mode 100755 index 0000000..dcd1795 --- /dev/null +++ b/services/unison-sync/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +/usr/bin/unison sync -batch -silent -repeat watch