From 0db8555fe881f75c2b4bebd86cc6b8d176c7dcbb Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 24 Feb 2024 17:14:21 +0100 Subject: [PATCH] change rutorrent group --- nomad-job/rutorrent.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-job/rutorrent.nomad b/nomad-job/rutorrent.nomad index bb17851..bd97f25 100644 --- a/nomad-job/rutorrent.nomad +++ b/nomad-job/rutorrent.nomad @@ -72,7 +72,7 @@ job "torrent" { } env { PUID = 100001 - PGID = 984 + PGID = 10 UMASK = 002 WEBUI_PORT = "8080" }