This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
AmbientCapabilities=CAP_NET_BIND_SERVICE
-
BindReadOnlyPaths=/dev/log:/var/lib/haproxy/dev/log
-
Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid" "CFGDIR=/etc/haproxy/conf.d"
-
Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid" "EXTRAOPTS=-S /run/haproxy-master.sock"
-
EnvironmentFile=-/etc/default/haproxy -/etc/sysconfig/haproxy
-
EnvironmentFile=-/etc/sysconfig/haproxy
-
ExecReload=/usr/bin/haproxy -Ws -f $CONFIG -c -q $EXTRAOPTS /bin/kill -USR2 $MAINPID
-
ExecReload=/usr/sbin/haproxy -Ws -f $CONFIG -c -q $EXTRAOPTS /bin/kill -USR2 $MAINPID
-
ExecReload=/usr/sbin/haproxy -c -f haproxy.conf /usr/bin/ln -sf /usr/sbin/haproxy /run/haproxy/haproxy /usr/bin/kill -USR2 $MAINPID
-
ExecReload=/usr/sbin/haproxy -f $CONFIG -f $CFGDIR -c -q $OPTIONS /bin/kill -USR2 $MAINPID
-
ExecStart=/run/haproxy/haproxy -Ws -f /etc/haproxy.cfg -p /run/haproxy/haproxy.pid
-
ExecStart=/usr/bin/haproxy -Ws -f $CONFIG -p $PIDFILE $EXTRAOPTS
-
ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -f $CFGDIR -p $PIDFILE $OPTIONS
-
ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE $EXTRAOPTS
-
ExecStartPre=/usr/bin/ln -sf /usr/sbin/haproxy /run/haproxy/haproxy /run/haproxy/haproxy -c -f haproxy.conf
-
ExecStartPre=/usr/sbin/haproxy -f $CONFIG -f $CFGDIR -c -q $OPTIONS
-
Group=haproxy
-
KillMode=mixed
-
NoNewPrivileges
Introduced in systemd 239=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=strict -
Restart=always
-
RuntimeDirectory=haproxy
-
SuccessExitStatus=143
-
SystemCallFilter=~@cpu-emulation @keyring @module @obsolete @raw-io @reboot @swap @sync
-
Type=notify
-
User=haproxy
-
-
[Unit]
-
After=network-online.target
-
After=network-online.target rsyslog.service
-
After=network.target
-
Description=HAProxy
-
Description=HAProxy Load Balancer
-
Documentation=man:haproxy(1) file:/usr/share/doc/haproxy/configuration.txt.gz
-
Wants=network-online.target
-
Additionnal notes
Nothing here.