Fix was extremely easy, so I did it. OBS-URL: https://build.opensuse.org/request/show/355231 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=74
14 lines
294 B
Desktop File
14 lines
294 B
Desktop File
[Unit]
|
|
Description=SSL tunnel for network daemons
|
|
After=network.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
|