openvswitch service name in Debian
Showing
... | @@ -8,7 +8,7 @@ User=root | ... | @@ -8,7 +8,7 @@ User=root |
Group=root | Group=root | ||
Type=oneshot | Type=oneshot | ||
ExecStart=/bin/bash -c "/bin/systemctl restart openvswitch ; /sbin/ip netns add fw || true; ovs-vsctl del-br firewall || true; /sbin/ip netns exec fw sysctl -f /etc/sysctl.d/60-circle-firewall.conf ; /sbin/ip netns exec fw ip link set lo up" | ExecStart=/bin/bash -c "/bin/systemctl restart openvswitch{%if grains['os']=='Debian'%}-switch{%endif%} ; /sbin/ip netns add fw || true; ovs-vsctl del-br firewall || true; /sbin/ip netns exec fw sysctl -f /etc/sysctl.d/60-circle-firewall.conf ; /sbin/ip netns exec fw ip link set lo up" | ||
Please
register
or
sign in
to reply
|
|||
[Install] | [Install] | ||
WantedBy=multi-user.target | WantedBy=multi-user.target | ||
... | ... |