Skip to content

Commit

Permalink
charybdis service: bin/charybdis-ircd -> bin/charybdis
Browse files Browse the repository at this point in the history
(cherry picked from commit 99c8dc4)
  • Loading branch information
Lassulus authored and Mic92 committed Oct 7, 2018
1 parent 76e4d16 commit 617607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/charybdis.nix
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 617607e

Please sign in to comment.