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)
This commit is contained in:
2018-08-14 00:18:44 +02:00
parent 1e13cb5a37
commit a678fa791d
3 changed files with 5 additions and 4 deletions

View File

@ -3,4 +3,4 @@ Description=nxy database dump timer
[Service]
Type=oneshot
ExecStart=/bin/sh -c "/usr/bin/pg_dump -d nxy_prod > dump.sql"
ExecStart=/usr/bin/pg_dump -d nxy_prod -f %h/dump.sql