mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
startup: systemd disable chmod
This commit is contained in:
parent
1be9778299
commit
16bb69fa25
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user