socat: Improve logging
This commit is contained in:
parent
06d0539e5f
commit
6b7829fef0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
Type = "simple";
|
||||
User = "nobody";
|
||||
NetworkNamespacePath = "/var/run/netns/wg";
|
||||
ExecStart = "${pkgs.socat}/bin/socat UNIX-LISTEN:/tmp/prowlarr.sock,unlink-early,fork TCP4:127.0.0.1:9696";
|
||||
ExecStart = "${pkgs.socat}/bin/socat -d -d UNIX-LISTEN:/tmp/prowlarr.sock,unlink-early,fork TCP4:127.0.0.1:9696";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue