Compare commits
6 Commits
587caf262e
...
fd530493d0
| Author | SHA1 | Date | |
|---|---|---|---|
| fd530493d0 | |||
| e7e7df489f | |||
| 2eccb9bfb2 | |||
| 81cee278be | |||
| 618d31b0fc | |||
| c9e8a2601e |
@ -23,7 +23,7 @@ in
|
||||
wantedBy = [ "default.target" ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.socat}/bin/socat TCP4-LISTEN:9966,fork EXEC:${gpfs-probe-script}";
|
||||
ExecStart = "${pkgs.socat}/bin/socat -d2 TCP4-LISTEN:9966,fork EXEC:${gpfs-probe-script}";
|
||||
User = "ssh-robot";
|
||||
Group = "ssh-robot";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user