mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
prosody service: add restart trigger
This commit is contained in:
parent
988ce5433f
commit
57f3dd5a2f
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ in
|
|||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
restartTriggers = [ config.environment.etc."prosody/prosody.cfg.lua".source ];
|
||||
serviceConfig = {
|
||||
User = "prosody";
|
||||
Type = "forking";
|
||||
|
|
Loading…
Reference in a new issue