8bc9a92e3a
- Finally deleted the patch stunnel-5-sample.patch as upstream has merged those changes. - Fixes patches as per new code changes. - Fixed systemd service file related changes.
17 lines
495 B
Diff
17 lines
495 B
Diff
diff -urNp stunnel-5.18/tools/stunnel.service.in stunnel-5.18-patch/tools/stunnel.service.in
|
|
--- stunnel-5.18/tools/stunnel.service.in 2015-06-01 10:25:32.000000000 -0400
|
|
+++ stunnel-5.18-patch/tools/stunnel.service.in 2015-06-22 11:30:49.156263119 -0400
|
|
@@ -1,10 +1,11 @@
|
|
[Unit]
|
|
Description=SSL tunnel for network daemons
|
|
-After=syslog.target
|
|
+After=syslog.target network.target
|
|
|
|
[Service]
|
|
ExecStart=@bindir@/stunnel
|
|
Type=forking
|
|
+PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|