mirror of
https://github.com/RGBCube/GitHub2Forgejo
synced 2025-05-14 03:54:58 +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…
Add table
Add a link
Reference in a new issue