summaryrefslogtreecommitdiff
path: root/strata/foundation
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 10:26:20 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 10:26:20 +0000
commit978777c296917ef575d2582372883b816aba5726 (patch)
tree784be07eb7ed8b737c5d20fbf642384de9197887 /strata/foundation
parent5e09ce28da6bddfc75661837058743447474f185 (diff)
downloaddefinitions-978777c296917ef575d2582372883b816aba5726.tar.gz
Move rsync to 'foundation' stratumbaserock/sam/rsync-to-foundation
Our default upgrade process requires 'rsync'. So it needs to be in all systems, not just those that happen to contain the 'tools' stratum.
Diffstat (limited to 'strata/foundation')
-rw-r--r--strata/foundation/rsync.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/foundation/rsync.morph b/strata/foundation/rsync.morph
new file mode 100644
index 00000000..fb10f94e
--- /dev/null
+++ b/strata/foundation/rsync.morph
@@ -0,0 +1,9 @@
+name: rsync
+kind: chunk
+build-system: autotools
+build-commands:
+- make proto
+- make
+install-commands:
+- make install
+- install -D -m 755 packaging/systemd/rsync.service "$DESTDIR$PREFIX"/lib/systemd/system/rsync.service