feat: restart heracles if the config file changes
This commit is contained in:
parent
edb6ba71c5
commit
cff00b637d
@ -102,6 +102,9 @@ with lib;
|
|||||||
"--listen=${config.services.heracles.listen}"
|
"--listen=${config.services.heracles.listen}"
|
||||||
"--config=/etc/${config.environment.etc."heracles.yaml".target}"
|
"--config=/etc/${config.environment.etc."heracles.yaml".target}"
|
||||||
];
|
];
|
||||||
|
WatchPaths = [
|
||||||
|
"/etc/${config.environment.etc."heracles.yaml".target}"
|
||||||
|
];
|
||||||
KeepAlive = true;
|
KeepAlive = true;
|
||||||
RunAtLoad = true;
|
RunAtLoad = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user