summaryrefslogtreecommitdiff
path: root/testing/ypserv/ypserv.service
blob: 024a92e5a571ec27cdb3a35326b151f40b78e75a (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/sbin/ypserv

[Install]
WantedBy=multi-user.target