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