Add systemd override copying and service

This commit is contained in:
Alex 2020-05-16 22:03:54 +02:00
parent 2d906bc423
commit 7009d9d42d
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
apt_packages:
- { package: "haproxy", state: present }
systemd:
- { name: "haproxy", enabled: true, action: reloaded, daemon_reload: true}
services:
- { name: "haproxy", enabled: true, action: reloaded, daemon_reload: true}
overrides:
- "haproxy"