fix(gitea-runner): drop the custom slice
This commit is contained in:
@@ -10,4 +10,4 @@ runner:
|
||||
|
||||
container:
|
||||
docker_host: "unix:///run/user/1000/podman/podman.sock"
|
||||
options: "--pids-limit=2048 --cgroup-parent=background-gitea-runner.slice"
|
||||
options: "--pids-limit=2048 --memory=2g --cpus=2 --cgroup-parent=background.slice"
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
[Slice]
|
||||
CPUQuota=800%
|
||||
MemoryMax=8G
|
||||
@@ -11,7 +11,6 @@ PROFILE = Profile(
|
||||
ln(".config/gitea-runner/config.yaml"),
|
||||
ln(".config/lf"),
|
||||
ln(".config/opencode"),
|
||||
ln(".config/systemd/user/background-gitea-runner.slice"),
|
||||
ln(".config/tmux"),
|
||||
ln(
|
||||
".config/user-tmpfiles.d",
|
||||
|
||||
Reference in New Issue
Block a user