From 4714cec7e8367a7618b168d0db4bc085dbfaac8a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 Jun 2012 00:02:18 +0000 Subject: Mon Jun 11 00:02:18 UTC 2012 --- community/openntpd/openntpd.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/openntpd/openntpd.service (limited to 'community/openntpd/openntpd.service') diff --git a/community/openntpd/openntpd.service b/community/openntpd/openntpd.service new file mode 100644 index 000000000..db76531d1 --- /dev/null +++ b/community/openntpd/openntpd.service @@ -0,0 +1,10 @@ +[Unit] +Description=OpenNTP Daemon +After=network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/ntpd + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf