fix systemd service for postgresql backup

This commit is contained in:
Valentin Verdier 2024-05-11 23:14:08 +02:00
parent 5cbfdf0442
commit 6ca58e0ece

View File

@ -2,4 +2,6 @@
Description=Performing PostgreSQL database backups Description=Performing PostgreSQL database backups
[Service] [Service]
User=postgres
Group=postgres
ExecStart=/usr/local/bin/mkpsqlbackup ExecStart=/usr/local/bin/mkpsqlbackup