summarylogtreecommitdiffstats
path: root/ypserv.service
blob: a986ba6bf931041c71bdb0db7877f9a24b2e64f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=NIS/YP (Network Information Service) Server
Requires=rpcbind.service
After=network.target rpcbind.service 
Before=ypbind.service

[Service]
Type=forking
PIDFile=/run/ypserv.pid
ExecStart=/usr/bin/ypserv

[Install]
WantedBy=multi-user.target