summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-10-22 18:42:03 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-10-22 18:42:03 +0800
commit0dabbf69ecf0f7b1196ae2d645965a03cc7e7a11 (patch)
tree25b5af746babb850675e4f7b67a6ac2b0a4667f9
parent9e85f53b2de881578c8f5151f0a2714976b6c86d (diff)
removed avahi-dnsconfd.service
-rw-r--r--avahi-dnsconfd.service30
1 files changed, 0 insertions, 30 deletions
diff --git a/avahi-dnsconfd.service b/avahi-dnsconfd.service
deleted file mode 100644
index 4b77ea3..0000000
--- a/avahi-dnsconfd.service
+++ /dev/null
@@ -1,30 +0,0 @@
-# This file is part of avahi.
-#
-# avahi is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation; either version 2 of the
-# License, or (at your option) any later version.
-#
-# avahi is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
-# License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with avahi; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-[Unit]
-Description=Avahi DNS Configuration Daemon
-Requires=avahi-daemon.socket avahi-daemon.service
-After=syslog.target avahi-daemon.socket
-
-[Service]
-Type=simple
-ExecStart=/usr/sbin/avahi-dnsconfd -s
-ExecReload=/usr/sbin/avahi-dnsconfd -r
-
-[Install]
-WantedBy=multi-user.target
-Also=avahi-daemon.socket