summaryrefslogtreecommitdiff
path: root/strata/ntpd/ntpd.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-20 13:07:29 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-04-20 13:07:29 +0000
commit7d9b31396a8e94d474045eb08ddea66bcc3c3407 (patch)
treee895634c1cb501224d878076e7ff933258c263ac /strata/ntpd/ntpd.morph
parent7426670d7787dd6239b9eea2792b9480969d3993 (diff)
downloaddefinitions-7d9b31396a8e94d474045eb08ddea66bcc3c3407.tar.gz
Morph build eb3946975d8b41288522854fd43b0c4d
System branch: master
Diffstat (limited to 'strata/ntpd/ntpd.morph')
-rw-r--r--strata/ntpd/ntpd.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/ntpd/ntpd.morph b/strata/ntpd/ntpd.morph
new file mode 100644
index 00000000..fe875b35
--- /dev/null
+++ b/strata/ntpd/ntpd.morph
@@ -0,0 +1,10 @@
+name: ntpd
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-linuxcaps
+system-integration:
+ ntpd-misc:
+ 00-add-ntpd-user:
+ - groupadd -r ntp
+ - useradd -g ntp -d /home/ntp -s /bin/false -r ntp