Restart frps on config change, add liam site to sovr
This commit is contained in:
parent
044765202d
commit
92871929b1
2 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"docs.theribbles.org"
|
||||
"files.theribbles.org"
|
||||
"home-assistant.theribbles.org"
|
||||
"liam.theribbles.org"
|
||||
"movies.theribbles.org"
|
||||
"notes.theribbles.org"
|
||||
"passwords.theribbles.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue