aboutsummaryrefslogtreecommitdiffstats
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 21aa92cb36..0000000000
--- a/meta-systemd/meta-networking/recipes-support/nis/files/domainname.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=NIS Domainname
-
-[Service]
-Type=oneshot
-EnvironmentFile=/etc/nisdomainname
-ExecStart=/usr/bin/domainname $NISDOMAINNAME
-RemainAfterExit=true
-
-[Install]
-WantedBy=multi-user.target
-