summaryrefslogtreecommitdiff
path: root/staging/ypbind-mt/ypbind.service
blob: c59231000d823c25431b529e4bfc37763cc5a3ce (plain)
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