From b2fec086b9f498102537e0ff936138b2960e4082 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 Apr 2014 23:20:32 +0200 Subject: Initial import of runit init scripts based on ignite. I did not use ignite because it needs bash, and I don't really want it. --- services/ntpd/run | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 services/ntpd/run (limited to 'services/ntpd/run') diff --git a/services/ntpd/run b/services/ntpd/run new file mode 100755 index 0000000..35044d5 --- /dev/null +++ b/services/ntpd/run @@ -0,0 +1,3 @@ +#!/bin/sh +echo "Starting ntpd..." +exec ntpd -g -u ntpd:ntpd -n -- cgit 1.4.1