aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/rhel-domainname.service
blob: 633693a5310e30b87fe23e0194c0f1bc343dd188 (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 sysinit.target
DefaultDependencies=no
Conflicts=shutdown.target

[Service]
ExecStart=/usr/lib/systemd/rhel-domainname
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=sysinit.target