Merge pull request #508 from gilou/docfix

Missing comma in sudoers example
This commit is contained in:
Abhijit Menon-Sen
2018-10-10 22:00:43 +05:30
committed by GitHub

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>