sftpo: restart on failure (e.g. when it fails to bind address

This commit is contained in:
Colin 2023-11-03 07:21:09 +00:00
parent e97d844380
commit 6b7507384c

View File

@ -177,5 +177,8 @@ in
ReadWritePaths = [ "/var/export/playground" ];
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
Restart = "always";
RestartSec = "20s";
};
}