ypserv/ypserv.service

11 lines
247 B
SYSTEMD
Raw Normal View History

[Unit]
Description=The NIS (Network Information Service) server
After=syslog.target network.target rpcbind.service
[Service]
EnvironmentFile=-/etc/sysconfig/network
ExecStart=/usr/sbin/ypserv -f $YPSERV_ARGS
[Install]
WantedBy=multi-user.target