SHA256
1
0
forked from pool/uucp
uucp/suucp.service
2016-07-28 10:55:59 +00:00

16 lines
412 B
Desktop File

[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