summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-04 17:43:17 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-04 19:20:47 +0000
commitd27ff025a6c7e465830a9f8d73d61bad1fa2ac78 (patch)
treed5bfade01fa6f551f0adf3bca02653e6f2d7f43d
parent461056cda495f9105759baba66cacfcd0e2cafc7 (diff)
downloaddefinitions-d27ff025a6c7e465830a9f8d73d61bad1fa2ac78.tar.gz
Put the rsync unit in /usr/lib/systemd/system
Units of installed packages should go in /usr/lib, /etc is for local config
-rw-r--r--strata/tools/rsync.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/tools/rsync.morph b/strata/tools/rsync.morph
index 7b99bdd9..3c3d120e 100644
--- a/strata/tools/rsync.morph
+++ b/strata/tools/rsync.morph
@@ -6,4 +6,4 @@ build-commands:
- make
install-commands:
- make install
-- install -D -m 755 packaging/systemd/rsync.service "$DESTDIR"/etc/systemd/system/rsync.service
+- install -D -m 755 packaging/systemd/rsync.service "$DESTDIR"/usr/lib/systemd/system/rsync.service