Skip to content

Commit 293aa9b

Browse files
martinpittvpodzime
authored andcommitted
udisks2.service: Add KillSignal=SIGINT
GMainLoop already handles SIGTERM, but we have our own signal handler for SIGINT, so use that. https://bugs.freedesktop.org/show_bug.cgi?id=97349 Signed-off-by: Vratislav Podzimek <[email protected]>
1 parent 6a2a3d7 commit 293aa9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/udisks2.service.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Documentation=man:udisks(8)
66
Type=dbus
77
BusName=org.freedesktop.UDisks2
88
ExecStart=@udisksdprivdir@/udisksd --no-debug
9+
KillSignal=SIGINT
910

1011
[Install]
1112
WantedBy=graphical.target

0 commit comments

Comments
 (0)