aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ntp/files
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-07-11 13:47:00 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:06 +0200
commit2dae284c9e4fc4be7dbe846f984ee7cf647c7faf (patch)
treeb5158fad04acb4c0663ef29f8fb5de8d34b759a6 /meta-oe/recipes-support/ntp/files
parent326e027816d7af4d4896e9e6d74842aa327352e0 (diff)
downloadmeta-openembedded-contrib-2dae284c9e4fc4be7dbe846f984ee7cf647c7faf.tar.gz
ntp: move systemd support to meta-systemd
Diffstat (limited to 'meta-oe/recipes-support/ntp/files')
-rw-r--r--meta-oe/recipes-support/ntp/files/ntpd.service11
-rw-r--r--meta-oe/recipes-support/ntp/files/ntpdate.service11
2 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-support/ntp/files/ntpd.service b/meta-oe/recipes-support/ntp/files/ntpd.service
deleted file mode 100644
index bd87b1ea24..0000000000
--- a/meta-oe/recipes-support/ntp/files/ntpd.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Network Time Service
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/ntpd.pid
-ExecStart=/usr/bin/ntpd -p /run/ntpd.pid
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta-oe/recipes-support/ntp/files/ntpdate.service b/meta-oe/recipes-support/ntp/files/ntpdate.service
deleted file mode 100644
index b2bc632069..0000000000
--- a/meta-oe/recipes-support/ntp/files/ntpdate.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Network Time Service (one-shot ntpdate mode)
-Before=ntpd.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/ntpd -q -g -x
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target