blob: d5e0ff540a64d2d0696619218fc78e0fabbbd71d (
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/fedora-domainname
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target
|