[Unit] Description=SSL tunnel for uucp After=syslog.target network.target # The config needs to be adjusted by the admin, see example file in /etc/uucp/ # Helpful guide http://ftp.gnumonks.org/pub/doc/uucp-over-ssl.html ConditionPathExists=/etc/uucp/suucp-server.conf [Service] User=uucp ExecStart=/usr/sbin/stunnel /etc/uucp/suucp-server.conf Type=forking PrivateTmp=true [Install] WantedBy=multi-user.target