summarylogtreecommitdiffstats
path: root/sslh-select@.service
diff options
context:
space:
mode:
authorMatthewacon2019-05-25 11:43:50 -0400
committerMatthewacon2019-05-25 11:43:50 -0400
commit948261a9a9c90714a3be7bc7bbb48725e7a874af (patch)
tree1af042562d001ae6d3ab69bac2401b9dc6ca3618 /sslh-select@.service
parent8348d24c7647ff2ff078380ecf1aaca5934f59ac (diff)
downloadaur-948261a9a9c90714a3be7bc7bbb48725e7a874af.tar.gz
Global systemd units adjusted for new drop-in configurations
Diffstat (limited to 'sslh-select@.service')
-rw-r--r--sslh-select@.service5
1 files changed, 1 insertions, 4 deletions
diff --git a/sslh-select@.service b/sslh-select@.service
index 452e8c363d17..474a2752eacd 100644
--- a/sslh-select@.service
+++ b/sslh-select@.service
@@ -1,13 +1,10 @@
[Unit]
Description=SSL/SSH multiplexer (select mode) for %I
-Conflicts=sslh@%I.service
-Requires=sslh@%I.socket
-PartOf=sslh@%I.socket
After=network.target
[Service]
EnvironmentFile=/etc/conf.d/sslh
-ExecStart=/usr/bin/sslh-select -F/etc/sslh/%I.cfg -f -v
+ExecStart=/usr/bin/sslh-select -f -F/etc/sslh/%I.cfg
KillMode=process
ProtectSystem=strict
ProtectHome=true