summaryrefslogtreecommitdiff
path: root/staging/ypbind-mt/ypbind.service
diff options
context:
space:
mode:
Diffstat (limited to 'staging/ypbind-mt/ypbind.service')
-rw-r--r--staging/ypbind-mt/ypbind.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/staging/ypbind-mt/ypbind.service b/staging/ypbind-mt/ypbind.service
new file mode 100644
index 000000000..c59231000
--- /dev/null
+++ b/staging/ypbind-mt/ypbind.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=YP Bind
+Requires=rpcbind.service domainname.service
+After=rpcbind.service domainname.service network.target
+Before=systemd-user-sessions.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypbind.pid
+ExecStart=/usr/sbin/ypbind
+
+[Install]
+WantedBy=multi-user.target