Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions roles/conduit/tasks/ppp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
- cellular_provider is defined
- ppp0_mtu is defined

- name: ppp remove previous PPP startup
command: update-rc.d -f ppp remove

- name: ppp install proper PPP startup
command: update-rc.d ppp defaults 02

#
# Monit
#
Expand Down