f6a8a9321c
- Updates local patches so that they apply cleanly to avoud hunk errors
17 lines
519 B
Diff
17 lines
519 B
Diff
diff -urNp stunnel-5.04-patched/tools/stunnel.service.in stunnel-5.04-current/tools/stunnel.service.in
|
|
--- stunnel-5.04-patched/tools/stunnel.service.in 2011-05-02 18:07:34.000000000 -0400
|
|
+++ stunnel-5.04-current/tools/stunnel.service.in 2014-09-22 15:44:38.760249303 -0400
|
|
@@ -1,10 +1,11 @@
|
|
[Unit]
|
|
Description=SSL tunnel for network daemons
|
|
-After=syslog.target
|
|
+After=syslog.target network.target
|
|
|
|
[Service]
|
|
ExecStart=@prefix@/bin/stunnel
|
|
Type=forking
|
|
+PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|