11 lines
163 B
SYSTEMD
11 lines
163 B
SYSTEMD
[Unit]
|
|
Description=SSL tunnel for network daemons
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStart=@prefix@/bin/stunnel
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|