11 lines
247 B
Desktop File
11 lines
247 B
Desktop File
[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
|