jkhsjdhjs
a678fa791d
shorten nxy-db-dump.service fix irc3 requirement (async/await became keywords with python3.7, so mrhanky's older version will no longer work)
7 lines
121 B
Desktop File
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
|