88db74e45b
- Add nis-domainname.service for FreeIPA OBS-URL: https://build.opensuse.org/request/show/793411 OBS-URL: https://build.opensuse.org/package/show/network:utilities/hostname?expand=0&rev=17
15 lines
392 B
SYSTEMD
15 lines
392 B
SYSTEMD
[Unit]
|
|
Description=Read and set NIS domainname from /etc/sysconfig/network/config
|
|
Before=ypbind.service yppasswdd.service ypserv.service ypxfrd.service sysinit.target
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
ConditionPathExists=/etc/sysconfig/network/config
|
|
|
|
[Service]
|
|
ExecStart=@LIBEXECDIR@/hostname/nis-domainname
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|