Advertisement
Guest User

Untitled

a guest
Sep 18th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. "\etc\systemd\system\multi-user.target.wants\netctl-ifplugd@eth0.service"
  2.  
  3. [Unit]
  4. Description=Automatic wired network connection using netctl profiles
  5. Documentation=man:netctl.special(7)
  6. BindsTo=sys-subsystem-net-devices-%i.device
  7. After=sys-subsystem-net-devices-%i.device
  8.  
  9. [Service]
  10. ExecStart=/usr/bin/ifplugd -i %I -r /etc/ifplugd/netctl.action -bfIns
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement