Linux-Bluetooth Archive mirror
 help / color / mirror / Atom feed
* Invalid URL, ignoring: --noplugin=input,hog(8)
@ 2024-02-26 14:29 Martin Petzold
  2024-02-27  8:02 ` Martin Petzold
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Petzold @ 2024-02-26 14:29 UTC (permalink / raw
  To: linux-bluetooth

Hi,

why do I get the following error: 
/lib/systemd/system/bluetooth.service:3: Invalid URL, ignoring: 
--noplugin=input,hog(8)

I just added this option "--noplugin=input,hog" in my systemd service, 
which is in line with the documentation:

-----

[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd --noplugin=input,hog(8)
ConditionPathIsDirectory=/sys/class/bluetooth

[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/libexec/bluetooth/bluetoothd --noplugin=input,hog
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true
ProtectSystem=full

[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service

-----

Thanks,

Martin


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Invalid URL, ignoring: --noplugin=input,hog(8)
  2024-02-26 14:29 Invalid URL, ignoring: --noplugin=input,hog(8) Martin Petzold
@ 2024-02-27  8:02 ` Martin Petzold
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Petzold @ 2024-02-27  8:02 UTC (permalink / raw
  To: linux-bluetooth

I was changing the line during package build: sed -i 
"s^bluetoothd^bluetoothd --noplugin=input,hog^" 
/usr/lib/systemd/system/bluetooth.service

However, with this I also change the documentation line of the service 
file (see below). And from there comes the error.

Hint: https://github.com/PowerDNS/pdns/issues/4048g

Am 26.02.24 um 15:29 schrieb Martin Petzold:
> Hi,
>
> why do I get the following error: 
> /lib/systemd/system/bluetooth.service:3: Invalid URL, ignoring: 
> --noplugin=input,hog(8)
>
> I just added this option "--noplugin=input,hog" in my systemd service, 
> which is in line with the documentation:
>
> -----
>
> [Unit]
> Description=Bluetooth service
> Documentation=man:bluetoothd --noplugin=input,hog(8)
> ConditionPathIsDirectory=/sys/class/bluetooth
>
> [Service]
> Type=dbus
> BusName=org.bluez
> ExecStart=/usr/libexec/bluetooth/bluetoothd --noplugin=input,hog
> NotifyAccess=main
> #WatchdogSec=10
> #Restart=on-failure
> CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
> LimitNPROC=1
> ProtectHome=true
> ProtectSystem=full
>
> [Install]
> WantedBy=bluetooth.target
> Alias=dbus-org.bluez.service
>
> -----
>
> Thanks,
>
> Martin
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-27  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 14:29 Invalid URL, ignoring: --noplugin=input,hog(8) Martin Petzold
2024-02-27  8:02 ` Martin Petzold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).