aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-networking/recipes-support/nis/files/ypbind.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd/meta-networking/recipes-support/nis/files/ypbind.service')
-rw-r--r--meta-systemd/meta-networking/recipes-support/nis/files/ypbind.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-systemd/meta-networking/recipes-support/nis/files/ypbind.service b/meta-systemd/meta-networking/recipes-support/nis/files/ypbind.service
deleted file mode 100644
index 1f8df42af5..0000000000
--- a/meta-systemd/meta-networking/recipes-support/nis/files/ypbind.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=YP Bind
-Requires=domainname.service
-After=domainname.service network.target
-Before=systemd-user-sessions.service
-
-[Service]
-Type=forking
-PIDFile=/var/run/ypbind.pid
-ExecStart=/usr/sbin/ypbind
-
-[Install]
-WantedBy=multi-user.target
-