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 17:59:10 +0000
commit72c0da1ff9abf8e184f9db98548badddc4bd5509 (patch)
tree01a74686c892ce5b42db4c6495cb9f2fd8cbee05
parent4441782c2fa7e07198d5862ab6c73ea308c82f95 (diff)
downloaddefinitions-72c0da1ff9abf8e184f9db98548badddc4bd5509.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