node-linux
node-linux copied to clipboard
add working directory option to systemd scripts
The versions before this one do not support actual specification of the working directory of the service. The first commit is an implementation that does just that. The original version generates systemd starting script with 'executable' attributes on, which is not recommended by the system. The second commit removes such attributes.