11a5bdd5c9
- Spec file clean up - Patched stunnel systemd unit file to have dependency on network.target. - rhbz#455815: Packaged systemd service file - rhbz#782535: Fixed private tmp issue. - rhbz#995831: Fixed wrong encoding of french man page.
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
|