15 lines
317 B
Desktop File
15 lines
317 B
Desktop File
[Unit]
|
|
Description=NIS/YP (Network Information Service) Server
|
|
Requires=rpcbind.service
|
|
After=syslog.target network.target rpcbind.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
EnvironmentFile=-/etc/sysconfig/network
|
|
ExecStart=/usr/sbin/ypserv -f $YPSERV_ARGS
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|