sftpgo: dont activate until we have network

This commit is contained in:
Colin 2023-10-17 09:41:07 +00:00
parent e8c4555be7
commit cdfcf1a46d

View File

@ -175,5 +175,7 @@ in
systemd.services.sftpgo.serviceConfig = {
ReadOnlyPaths = [ "/var/export" ];
ReadWritePaths = [ "/var/export/playground" ];
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
};
}