Missing comma in sudoers example

This commit is contained in:
Gilles Pietri
2018-10-10 17:07:36 +02:00
committed by Ian Barwick
parent 7fda2a1bcf
commit 726299f7ef

View File

@@ -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</programlisting>
</para>