Skip to content

Commit

Permalink
Merge pull request #47996 from Lassulus/charybdis
Browse files Browse the repository at this point in the history
charybdis service: bin/charybdis-ircd -> bin/charybdis
  • Loading branch information
Mic92 committed Oct 7, 2018
2 parents d8d8584 + 99c8dc4 commit 113827d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/charybdis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ in
BANDB_DBPATH = "${cfg.statedir}/ban.db";
};
serviceConfig = {
ExecStart = "${charybdis}/bin/charybdis-ircd -foreground -logfile /dev/stdout -configfile ${configFile}";
ExecStart = "${charybdis}/bin/charybdis -foreground -logfile /dev/stdout -configfile ${configFile}";
Group = cfg.group;
User = cfg.user;
PermissionsStartOnly = true; # preStart needs to run with root permissions
Expand Down

0 comments on commit 113827d

Please sign in to comment.