Skip to content

Commit 7a4f2f6

Browse files
committed
startup: systemd disable chmod
1 parent 1544f00 commit 7a4f2f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/API/Startup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ module.exports = function(CLI) {
220220
template = getTemplate('systemd');
221221
destination = '/etc/systemd/system/' + service_name + '.service';
222222
commands = [
223-
'chmod +x ' + destination,
224223
'systemctl enable ' + service_name,
225224
'systemctl start ' + service_name,
226225
'systemctl daemon-reload',

0 commit comments

Comments
 (0)