17 lines
519 B
Diff
17 lines
519 B
Diff
|
diff -urNp stunnel-5.01-patched/tools/stunnel.service.in stunnel-5.01-current/tools/stunnel.service.in
|
||
|
--- stunnel-5.01-patched/tools/stunnel.service.in 2011-05-02 18:07:34.000000000 -0400
|
||
|
+++ stunnel-5.01-current/tools/stunnel.service.in 2014-04-28 22:41:20.842510005 -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
|