Paul Lecuq
1b59cdacdd
- bl module updated - borg state updated - config state updated - netbox state updated - nginx state updated - misc updates
12 lines
366 B
Django/Jinja
12 lines
366 B
Django/Jinja
{%- from "ipbl/map.jinja" import ipbl with context -%}
|
||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||
[Unit]
|
||
Description=ipbl
|
||
After=network.target postgresql.service
|
||
|
||
[Service]
|
||
Type=simple
|
||
ExecStart={{ ipbl.install_dir }}/ipbl/ipbl -configfile {{ ipbl.install_dir }}/config/common.ini -port {{ ipbl.port }}
|
||
|
||
[Install]
|
||
WantedBy=multi-user.target |