forked from FF-RGB/ansible
Start yanic and respondd after network
This commit is contained in:
parent
2c92d4a379
commit
f2c357ea72
@ -1,7 +1,8 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Unit]
|
||||
Description=Respondd
|
||||
Description=respondd
|
||||
After=network.target
|
||||
|
||||
[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/
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=yanic
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user