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