startup: systemd disable chmod

This commit is contained in:
Unitech 2017-12-06 20:09:13 +01:00
parent 1be9778299
commit 16bb69fa25

View File

@ -220,7 +220,6 @@ module.exports = function(CLI) {
template = getTemplate('systemd');
destination = '/etc/systemd/system/' + service_name + '.service';
commands = [
'chmod +x ' + destination,
'systemctl enable ' + service_name,
'systemctl start ' + service_name,
'systemctl daemon-reload',