1 2 3 4 5 6 7 8 9 10 11 12 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