sftpgo: dont activate until we have network
This commit is contained in:
@@ -175,5 +175,7 @@ in
|
|||||||
systemd.services.sftpgo.serviceConfig = {
|
systemd.services.sftpgo.serviceConfig = {
|
||||||
ReadOnlyPaths = [ "/var/export" ];
|
ReadOnlyPaths = [ "/var/export" ];
|
||||||
ReadWritePaths = [ "/var/export/playground" ];
|
ReadWritePaths = [ "/var/export/playground" ];
|
||||||
|
after = [ "network-online.target" ];
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user