Update user/group.

This commit is contained in:
Joseph Hanson 2024-04-30 08:11:02 -05:00
parent ca55138db3
commit a3621d3691
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -83,8 +83,6 @@
serviceConfig = {
ExecStart = "${pkgs.matchbox}/bin/matchbox -address=0.0.0.0:8080 -data-path=/srv/matchbox -assets-path=/srv/matchbox/assets -log-level=debug";
Restart = "on-failure";
User = "matchbox";
Group = "matchbox";
};
};