13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
|||
|
{%- from "dip/map.jinja" import dip with context %}
|
|||
|
[Unit]
|
|||
|
Description=DIP
|
|||
|
After=network.target
|
|||
|
|
|||
|
[Service]
|
|||
|
Type=simple
|
|||
|
ExecStart={{ dip.install_dir }}/dip/dip -configfile {{ dip.install_dir }}/config/common.ini -port {{ dip.port }}
|
|||
|
|
|||
|
[Install]
|
|||
|
WantedBy=multi-user.target
|