Add systemd override
This commit is contained in:
parent
9faad06f39
commit
9695875cf2
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
# Haproxy
|
||||
|
||||
Haproxy configuration files for my self-hosted setup.
|
||||
Haproxy configuration files for my self-hosted setup.
|
||||
|
||||
`/etc/systemd/system/haproxy.service.d/override.conf`:
|
||||
|
||||
```HAProxy
|
||||
[Service]
|
||||
Environment="CONFIG=/etc/haproxy/config"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue