Compare commits

...

1 Commits

Author SHA1 Message Date
9f59fb1d7e Fix service file, to find Python virtualenv 2021-10-13 15:10:02 -04:00

View File

@ -257,7 +257,8 @@ Description=Borg backup to ${BACKUP_HOST}
[Service]
Type=simple
ExecStart=${BORG_DIR}/backup.py
WorkingDirectory=${BORG_DIR}
ExecStart=./backup.py
Nice=10
IOSchedulingClass=best-effort
IOSchedulingPriority=6