From 4f45a2c4ed34454677b493d9cfb5fe91af2b6cee Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 11 Sep 2025 16:48:55 +1000 Subject: Remove hardcoded HOME, increase rclone client timeout --- systemd/restic-backup.service | 1 - 1 file changed, 1 deletion(-) (limited to 'systemd/restic-backup.service') 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 -- cgit v1.2.3