Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. avahi 1724 1 0 Jul20 ? 00:00:00 avahi-daemon: running [development.local]
  2. avahi 1726 1724 0 Jul20 ? 00:00:00 avahi-daemon: chroot helper
  3.  
  4. # avahi-daemon - mDNS/DNS-SD daemon
  5. #
  6. # The Avahi daemon provides mDNS/DNS-SD discovery support (Bonjour/Zeroconf)
  7.  
  8. # allowing applications to discover services on the network.
  9. description "mDNS/DNS-SD daemon"
  10.  
  11. start on (never
  12. and filesystem
  13. and started dbus)
  14. stop on stopping dbus
  15.  
  16. sudo apt-get purge avahi-daemon
  17.  
  18. sudo systemctl stop avahi-daemon
  19. sudo systemctl disable avahi-daemon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement