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

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

[Install]
WantedBy=multi-user.target