Skip to content

Commit

Permalink
nixos/gitea: set service type to notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jul 20, 2023
1 parent b8a8e97 commit b61919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/gitea.nix
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ in
'';

serviceConfig = {
Type = "simple";
Type = "notify";
User = cfg.user;
Group = cfg.group;
WorkingDirectory = cfg.stateDir;
Expand Down

0 comments on commit b61919e

Please sign in to comment.