stunnel/stunnel-systemd-service.patch
Avesh Agarwal dfaeaaee32 1163349: New upstream beta release 5.08b6
- Fixed incorrect reporting of fips status in configure.ac
  at compile time
- Fixed default OpenSSL directory issue by using with-ssl
- Updates local patches
- 1155977: Fixes man page issues
2014-11-23 01:51:28 -05:00

17 lines
503 B
Diff

diff -urNp stunnel-5.08/tools/stunnel.service.in stunnel-5.08-patched/tools/stunnel.service.in
--- stunnel-5.08/tools/stunnel.service.in 2011-05-02 18:07:34.000000000 -0400
+++ stunnel-5.08-patched/tools/stunnel.service.in 2014-11-23 01:09:38.778591018 -0500
@@ -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