diff options
| author | Sam Scholten | 2025-09-11 16:48:55 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-09-11 17:32:00 +1000 |
| commit | 4f45a2c4ed34454677b493d9cfb5fe91af2b6cee (patch) | |
| tree | a398d62535b99f93307d77c603fbbbb04422a5a4 /systemd | |
| parent | 0556a3bf965a8972356765bd20026beaed171f30 (diff) | |
| download | drestic-4f45a2c4ed34454677b493d9cfb5fe91af2b6cee.tar.gz drestic-4f45a2c4ed34454677b493d9cfb5fe91af2b6cee.zip | |
Remove hardcoded HOME, increase rclone client timeout
Diffstat (limited to 'systemd')
| -rw-r--r-- | systemd/restic-backup.service | 1 | ||||
| -rw-r--r-- | systemd/restic-check.service | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/systemd/restic-backup.service b/systemd/restic-backup.service index 0c9ae2a..315ce0e 100644 --- a/systemd/restic-backup.service +++ b/systemd/restic-backup.service @@ -8,7 +8,6 @@ Type=oneshot # ExecStart path will be replaced by setup.sh during installation ExecStart=/path/to/be/replaced/restic_backup.sh # Environment variable will be set by setup.sh based on scope -Environment="HOME=/root" # Memory limits to prevent OOM on VPS MemoryMax=500M MemorySwapMax=500M diff --git a/systemd/restic-check.service b/systemd/restic-check.service index 66d87f1..e840159 100644 --- a/systemd/restic-check.service +++ b/systemd/restic-check.service @@ -8,7 +8,6 @@ Type=oneshot # ExecStart path will be replaced by setup.sh during installation ExecStart=/path/to/be/replaced/restic_check.sh # Environment variable will be set by setup.sh based on scope -Environment="HOME=/root" # Memory limits to prevent OOM on VPS MemoryMax=500M MemorySwapMax=500M |
