mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/flarum: restart on package update (#389453)
This commit is contained in:
commit
ad9f51048b
1 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,10 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
systemd.services."phpfpm-flarum" = {
|
||||
restartTriggers = [ cfg.package ];
|
||||
};
|
||||
|
||||
systemd.services.flarum-install = {
|
||||
description = "Flarum installation";
|
||||
requiredBy = [ "phpfpm-flarum.service" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue