/[packages]/cauldron/ypserv/pristine/SOURCES/yppasswdd.service
ViewVC logotype

Contents of /cauldron/ypserv/pristine/SOURCES/yppasswdd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2057400 - (show annotations) (download)
Sun Apr 14 16:10:07 2024 UTC (10 months ago) by daviddavid
Original Path: cauldron/ypserv/current/SOURCES/yppasswdd.service
File size: 429 byte(s)
- switch to systemd unit from initscripts

1 [Unit]
2 Description=NIS/YP (Network Information Service) Users Passwords Change Server
3 Requires=rpcbind.service
4 After=syslog.target network.target rpcbind.service
5
6 [Service]
7 Type=notify
8 NotifyAccess=all
9 EnvironmentFile=-/etc/sysconfig/network
10 EnvironmentFile=-/etc/sysconfig/yppasswdd
11 ExecStartPre=/usr/libexec/yppasswdd-pre-setdomain
12 ExecStart=/usr/libexec/rpc.yppasswdd.env
13 PrivateTmp=true
14
15 [Install]
16 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30