0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

[GH-83] systemd service could not be enabled

This commit is contained in:
030 2016-11-03 14:00:21 +01:00
parent eebc466e34
commit b9b61c7e97

View file

@ -7,3 +7,6 @@ User=verdaccio
WorkingDirectory=/home/verdaccio
ExecStart=/usr/local/lib/npm/bin/verdaccio
ExecStop=/usr/bin/bash -c "kill $(ps -ef | grep ^verdacc+ | awk {'print $2'})"
[Install]
WantedBy=multi-user.target