Skip to content

Commit

Permalink
Restarts ifplugd instead of just ensuring it is started.
Browse files Browse the repository at this point in the history
Oddly, upon installing it it apparently reports to Ansible as started,
whereas `service ifplugd status` on the command line clearly says otherwise.
  • Loading branch information
hlapp committed Jan 19, 2016
1 parent 54dba2d commit 93f57f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@

# ensure ifplugd is running
- name: start ifplugd service
service: name=ifplugd state=started
service: name=ifplugd state=restarted

# otherwise everything created by the ubuntu user is group writable (which,
# since group ubuntu is not a shared group by default, is not necessarily
Expand Down

0 comments on commit 93f57f8

Please sign in to comment.