13 lines
198 B
Desktop File
13 lines
198 B
Desktop File
[Unit]
|
|
Description=NIS Domainname
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=/etc/nisdomainname
|
|
ExecStart=/usr/bin/domainname $NISDOMAINNAME
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|