homelab kopia server online target

This commit is contained in:
death916 2025-09-03 03:24:25 -07:00
parent 992cae5a77
commit 435ffa74a4

View file

@ -21,7 +21,7 @@ in
description = "Kopia Backup Server";
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
environment = {
KOPIA_CONFIG_PATH = "${dataDir}/repository.config";
KOPIA_LOG_DIR = "${dataDir}/logs";