From: Zdenek Dohnal Date: Tue, 15 Mar 2022 07:13:17 +0000 (+0100) Subject: scheduler/cups.socket.in: Add RemoveOnStop directive X-Git-Tag: v2.4.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3448c520b9e23e41076b706775cd714e2fa6bddf;p=thirdparty%2Fcups.git scheduler/cups.socket.in: Add RemoveOnStop directive Turn on RemoveOnStop directive, which removes the domain socket file once the socket unit is stopped, which follows UNIX programming practice. --- diff --git a/scheduler/cups.socket.in b/scheduler/cups.socket.in index 3c37d72132..a10f5d1704 100644 --- a/scheduler/cups.socket.in +++ b/scheduler/cups.socket.in @@ -4,6 +4,7 @@ PartOf=cups.service [Socket] ListenStream=@CUPS_DEFAULT_DOMAINSOCKET@ +RemoveOnStop=on [Install] WantedBy=sockets.target