diff options
Diffstat (limited to 'community/sslh/sslh-fork.service')
-rw-r--r-- | community/sslh/sslh-fork.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/sslh/sslh-fork.service b/community/sslh/sslh-fork.service new file mode 100644 index 000000000..cbfc41686 --- /dev/null +++ b/community/sslh/sslh-fork.service @@ -0,0 +1,10 @@ +[Unit] +Description=SSL/SSH multiplexer +After=network.target + +[Service] +ExecStart=/usr/bin/sslh-fork -f -F /etc/sslh.conf +KillMode=process + +[Install] +WantedBy=multi-user.target |