diff options
Diffstat (limited to 'meta-networking/recipes-support/nis/yp-tools/domainname.service')
| -rw-r--r-- | meta-networking/recipes-support/nis/yp-tools/domainname.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/nis/yp-tools/domainname.service b/meta-networking/recipes-support/nis/yp-tools/domainname.service new file mode 100644 index 0000000000..21aa92cb36 --- /dev/null +++ b/meta-networking/recipes-support/nis/yp-tools/domainname.service | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=NIS Domainname | ||
| 3 | |||
| 4 | [Service] | ||
| 5 | Type=oneshot | ||
| 6 | EnvironmentFile=/etc/nisdomainname | ||
| 7 | ExecStart=/usr/bin/domainname $NISDOMAINNAME | ||
| 8 | RemainAfterExit=true | ||
| 9 | |||
| 10 | [Install] | ||
| 11 | WantedBy=multi-user.target | ||
| 12 | |||
