aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-domainname.service
blob: b62e52b1247e92d35bbad449d3a4338780d77f1c (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/fedora-domainname
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=sysinit.target