nxy/files/nxy-db-dump.service
jkhsjdhjs a678fa791d
fix venv executable name in readme
shorten nxy-db-dump.service
fix irc3 requirement (async/await became keywords with python3.7, so mrhanky's older version will no longer work)
2018-08-14 00:18:44 +02:00

7 lines
121 B
Desktop File

[Unit]
Description=nxy database dump timer
[Service]
Type=oneshot
ExecStart=/usr/bin/pg_dump -d nxy_prod -f %h/dump.sql