1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-04-15 01:11:03 +02:00
parent 06bdd89018
commit 0dfad3777b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -24,6 +24,7 @@
Type = "simple";
RuntimeDirectory = "socat-prowlarr";
DynamicUser = true;
UMask = "000";
NetworkNamespacePath = "/var/run/netns/wg";
ExecStart = "${pkgs.socat}/bin/socat -d -d UNIX-LISTEN:/run/socat-prowlarr/prowlarr.sock,unlink-early,fork TCP4:127.0.0.1:9696";
Restart = "on-failure";