mirror of
https://github.com/RGBCube/GitHub2Forgejo
synced 2025-05-31 02:48:10 +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 = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = toString cfg.package;
|
ExecStart = lib.getExe cfg.package;
|
||||||
|
|
||||||
User = "github2forgejo";
|
User = "github2forgejo";
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue