summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service')
-rw-r--r--meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service b/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service
new file mode 100644
index 000000000..1f8df42af
--- /dev/null
+++ b/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service
@@ -0,0 +1,14 @@
+[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
+
OpenPOWER on IntegriCloud