diff options
| author | Simon Rettberg | 2013-06-20 12:20:44 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-06-20 12:20:44 +0200 |
| commit | d1010614fea8d05a267a9fa188be0b54dc851447 (patch) | |
| tree | f9db35a201beb09ddfa85d6bcf43a778f9a97f25 /remote/modules/redsocks/data/etc/systemd/system | |
| parent | new option for remote mode '-n' to mount local builds (remote/builds/) to /ex... (diff) | |
| download | tm-scripts-d1010614fea8d05a267a9fa188be0b54dc851447.tar.gz tm-scripts-d1010614fea8d05a267a9fa188be0b54dc851447.tar.xz tm-scripts-d1010614fea8d05a267a9fa188be0b54dc851447.zip | |
[pam] Add missing content packages
[redsocks] fix path of redsocks binary, exclude proxy IP from redirection
Diffstat (limited to 'remote/modules/redsocks/data/etc/systemd/system')
| -rw-r--r-- | remote/modules/redsocks/data/etc/systemd/system/redsocks.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/redsocks/data/etc/systemd/system/redsocks.service b/remote/modules/redsocks/data/etc/systemd/system/redsocks.service index 6f207586..4b30d09e 100644 --- a/remote/modules/redsocks/data/etc/systemd/system/redsocks.service +++ b/remote/modules/redsocks/data/etc/systemd/system/redsocks.service @@ -4,6 +4,6 @@ Description=Transparent redirector of any TCP connection to proxy using your fir [Service] Type=forking PIDFile=/run/redsocks.pid -ExecStart=/bin/redsocks -c /etc/redsocks.conf -p /run/redsocks.pid +ExecStart=/sbin/redsocks -c /etc/redsocks.conf -p /run/redsocks.pid ExecStopPost=/bin/rm /run/redsocks.pid Restart=on-abort |
