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:
@ -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
|
||||
|
Reference in New Issue
Block a user