Skip to content

Commit 11286c2

Browse files
nixos/forgejo: leverage systemd-notify support (#398210)
2 parents 78863b2 + 5eefeb3 commit 11286c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/misc/forgejo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ in
722722
'';
723723

724724
serviceConfig = {
725-
Type = "simple";
725+
Type = "notify";
726726
User = cfg.user;
727727
Group = cfg.group;
728728
WorkingDirectory = cfg.stateDir;

0 commit comments

Comments
 (0)