1
0
mirror of https://github.com/moparisthebest/sslh synced 2025-02-16 15:00:11 -05:00
sslh/scripts/systemd.sslh.service
Yves Rutschle 5cd1fa1875 v1.13: 18MAY2012
Write PID file before dropping privileges.

	Added --background, which overrides 'foreground'
	configuration file setting.

	Added example systemd service file from Archlinux in
	scripts/
	https://projects.archlinux.org/svntogit/community.git/tree/trunk/sslh.service?h=packages/sslh
	(Sébastien Luttringer)
2013-07-10 23:16:50 +02:00

10 lines
171 B
Desktop File

[Unit]
Description=SSL/SSH multiplexer
[Service]
EnvironmentFile=/etc/conf.d/sslh
ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS
[Install]
WantedBy=multi-user.target