mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
[GH-83] systemd service could not be enabled
This commit is contained in:
parent
eebc466e34
commit
b9b61c7e97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user