summarylogtreecommitdiffstats
path: root/ypxfrd.service
blob: c7bb6ed87d996e3379b25352a9e279e89e7e3d35 (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/bin/rpc.ypxfrd

[Install]
WantedBy=multi-user.target