mirror of
https://github.com/RGBCube/GitHub2Forgejo.git
synced 2025-09-08 22:00:17 +00:00
Fix systemd service
This commit is contained in:
parent
2bb63f468e
commit
0d99ad2dca
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = toString cfg.package;
|
||||
ExecStart = lib.getExe cfg.package;
|
||||
|
||||
User = "github2forgejo";
|
||||
DynamicUser = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue