summaryrefslogtreecommitdiff
path: root/testing/ypserv/ypxfrd.service
blob: 322ef559f056b64bfe837ac78081d5a0ec97848e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=NIS/YP (Network Information Service) Maps Transferring Accelerator
Requires=rpcbind.service
After=network.target rpcbind.service

[Service]
Type=forking
PIDFile=/run/ypxfrd.pid
ExecStart=/usr/sbin/rpc.ypxfrd

[Install]
WantedBy=multi-user.target