Skip to content

Commit f639f67

Browse files
committed
Remove the deprecated --no-debug from the udisks2.service file
Commit 52367c1 removed the --no-debug flag from org.freedesktop.UDisks2.service.in but udisks2.service still carries the --no-debug flag and issues to following warning when started: udisksd[2261]: The --no-debug option is deprecated and ignored. See '--help'.
1 parent 0edded3 commit f639f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/udisks2.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Documentation=man:udisks(8)
55
[Service]
66
Type=dbus
77
BusName=org.freedesktop.UDisks2
8-
ExecStart=@udisksdprivdir@/udisksd --no-debug
8+
ExecStart=@udisksdprivdir@/udisksd
99
KillSignal=SIGINT
1010

1111
[Install]

0 commit comments

Comments
 (0)