feat(42/irc): setup the irc server service

This commit is contained in:
Raphael 2025-06-22 18:34:40 +02:00
parent dc68443661
commit a1bc1e4074
5 changed files with 75 additions and 2 deletions

View file

@ -21,8 +21,12 @@ in
};
systemd.services.yagpdb = {
description = "Enium discord master bot";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
after = [
"network.target"
];
wantedBy = [
"multi-user.target"
];
serviceConfig = {
Type = "simple";
User = "dsc_master";