summaryrefslogtreecommitdiff
path: root/strata/ntpd/ntpd.morph
diff options
context:
space:
mode:
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..fd561de1
--- /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