Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed Sep 12, 2015
1 parent 1f91148 commit 69c9bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plugins/system_controllers/network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ ControllerNetwork.prototype.rebuildNetworkConfig = function()
ws.end();

console.log("Restarting networking layer");
exec('service networking restart',
exec('systemctl restart networking.service',
function (error, stdout, stderr) {

if (error !== null) {
Expand Down

0 comments on commit 69c9bda

Please sign in to comment.