forked from pool/stunnel
- Fixup stunnel.conf handling: * Remove old static openSUSE provided stunnel.conf. * Use upstream stunnel.conf and tailor it for openSUSE using sed. * Don't show README.openSUSE when installing. - enable /etc/stunnel/conf.d - re-enable openssl.cnf OBS-URL: https://build.opensuse.org/request/show/783181 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=111
15 lines
343 B
Desktop File
15 lines
343 B
Desktop File
[Unit]
|
|
Description=TLS tunnel for network daemons
|
|
Wants=network-online.target
|
|
After=syslog.target network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/stunnel
|
|
Type=forking
|
|
# stunnel is chrooted, so pidpath is combination of 2 configfile options
|
|
PIDFile=/var/lib/stunnel/var/run/stunnel.pid
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|