1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-05-31 02:48:10 +00:00

Fix systemd service

This commit is contained in:
RGBCube 2024-05-29 11:40:23 +03:00
parent 2bb63f468e
commit 0d99ad2dca
No known key found for this signature in database

View file

@ -95,7 +95,7 @@
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
ExecStart = toString cfg.package; ExecStart = lib.getExe cfg.package;
User = "github2forgejo"; User = "github2forgejo";
DynamicUser = true; DynamicUser = true;