correct user
This commit is contained in:
parent
a2a6f12335
commit
5238416bf9
1 changed files with 2 additions and 2 deletions
|
@ -64,12 +64,12 @@
|
|||
description = "Mautrix telegram bridge";
|
||||
home = "/var/lib/mautrix-telegram";
|
||||
useDefaultShell = true;
|
||||
group = "dendrite";
|
||||
group = "matrix-synapse";
|
||||
isSystemUser = true;
|
||||
};
|
||||
systemd.services.mautrix-telegram.serviceConfig = {
|
||||
User = "mautrix-telegram";
|
||||
Group = "dendrite";
|
||||
Group = "matrix-synapse";
|
||||
DynamicUser = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue