Missing comma in sudoers example

This commit is contained in:
Gilles Pietri
2018-10-10 17:07:36 +02:00
committed by GitHub
parent c1edb896df
commit 55c967fd14

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>