From 726299f7ef8573f37252f45edd6ffd0463fc79b2 Mon Sep 17 00:00:00 2001 From: Gilles Pietri Date: Wed, 10 Oct 2018 17:07:36 +0200 Subject: [PATCH] Missing comma in sudoers example --- doc/configuration-file-service-commands.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration-file-service-commands.sgml b/doc/configuration-file-service-commands.sgml index a259801a..37a9e0b1 100644 --- a/doc/configuration-file-service-commands.sgml +++ b/doc/configuration-file-service-commands.sgml @@ -99,7 +99,7 @@ Defaults:postgres !requiretty postgres ALL = NOPASSWD: /usr/bin/systemctl stop postgresql-9.6, \ /usr/bin/systemctl start postgresql-9.6, \ - /usr/bin/systemctl restart postgresql-9.6 \ + /usr/bin/systemctl restart postgresql-9.6, \ /usr/bin/systemctl reload postgresql-9.6