blob: e4deb8c1450c1e3e32e8230c2846ef6b3667384d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Read and set NIS domainname from /etc/sysconfig/network
Before=ypbind.service yppasswdd.service ypserv.service ypxfrd.service
DefaultDependencies=no
Conflicts=shutdown.target
[Service]
ExecStart=/lib/systemd/rhel-domainname
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target
|