From 61e97343d0169839b89dccd762f3c492e74cee8a Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Thu, 24 Jan 2013 13:15:37 +0100 Subject: Suppress ifplugd beep We want to be unobtrusive. Reported by: Frederik (ball) on the Arch Linux bug tracker. --- services/netctl-ifplugd@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/netctl-ifplugd@.service b/services/netctl-ifplugd@.service index 3f48362..dcd9965 100644 --- a/services/netctl-ifplugd@.service +++ b/services/netctl-ifplugd@.service @@ -4,7 +4,7 @@ Documentation=man:netctl.special(7) BindsTo=sys-subsystem-net-devices-%i.device [Service] -ExecStart=/usr/bin/ifplugd -i %i -r /etc/ifplugd/netctl.action -fIns +ExecStart=/usr/bin/ifplugd -i %i -r /etc/ifplugd/netctl.action -bfIns [Install] WantedBy=multi-user.target -- cgit v1.2.3-24-g4f1b