summarylogtreecommitdiffstats
path: root/domainname.service
blob: 7a17056888fb7372e440b16deb7baf83d55a9ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=NIS Domainname

[Service]
Type=oneshot
EnvironmentFile=/etc/nisdomainname
ExecStart=/usr/bin/nisdomainname $NISDOMAINNAME
RemainAfterExit=true

[Install]
WantedBy=multi-user.target