URL: https://github.com/freeipa/freeipa/pull/477 Author: npmccallum Title: #477: Use RemoveOnStop to cleanup systemd sockets Action: opened
PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/477/head:pr477 git checkout pr477
From cc7763c8456c28b79222920d304d41d264f3b6ca Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum <npmccal...@redhat.com> Date: Fri, 17 Feb 2017 09:10:14 -0500 Subject: [PATCH] Use RemoveOnStop to cleanup systemd sockets --- daemons/ipa-otpd/ipa-otpd.socket.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/ipa-otpd/ipa-otpd.socket.in b/daemons/ipa-otpd/ipa-otpd.socket.in index ce3596d..e98a73f 100644 --- a/daemons/ipa-otpd/ipa-otpd.socket.in +++ b/daemons/ipa-otpd/ipa-otpd.socket.in @@ -3,7 +3,7 @@ Description=ipa-otpd socket [Socket] ListenStream=@krb5rundir@/DEFAULT.socket -ExecStopPre=@UNLINK@ @krb5rundir@/DEFAULT.socket +RemoveOnStop=true SocketMode=0600 Accept=true
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code