URL: https://github.com/SSSD/sssd/pull/847
Author: pbrezina
 Title: #847: systemd: add Restart=on-failure to sssd.service
Action: opened

PR body:
"""
Resolves:
https://pagure.io/SSSD/sssd/issue/4040
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/847/head:pr847
git checkout pr847
From fb8abfb4e20f73f0fda6a6a0301d779b607daa0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Mon, 8 Jul 2019 11:37:19 +0200
Subject: [PATCH] systemd: add Restart=on-failure to sssd.service

Resolves:
https://pagure.io/SSSD/sssd/issue/4040
---
 src/sysv/systemd/sssd.service.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sysv/systemd/sssd.service.in b/src/sysv/systemd/sssd.service.in
index 2cb7cadf7d..7a4b7c74c8 100644
--- a/src/sysv/systemd/sssd.service.in
+++ b/src/sysv/systemd/sssd.service.in
@@ -11,6 +11,7 @@ ExecStart=@sbindir@/sssd -i ${DEBUG_LOGGER}
 Type=notify
 NotifyAccess=main
 PIDFile=@pidpath@/sssd.pid
+Restart=on-failure
 
 [Install]
 WantedBy=multi-user.target
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to