Restart frps on config change, add liam site to sovr

This commit is contained in:
Eli Ribble 2026-01-21 16:28:39 +00:00
parent 044765202d
commit 92871929b1
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -46,6 +46,9 @@ in {
};
requires=["network-online.target"];
restartIfChanged = true;
restartTriggers = [
config.environment.etc."frps.toml".source
];
stopIfChanged = true;
serviceConfig = {
EnvironmentFile = "/var/run/secrets/frps-env";