forked from FF-RGB/ansible
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
[Unit]
|
||
|
Description=Respondd
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/opt/{{ site_code }}/respondd-announce/respondd.py -b {{ batman_interface }} -i {{ main_bridge }} -i vpn-{{ site_code }} -d /opt/{{ site_code }}/respondd-announce/
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|