mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
10 lines
230 B
SYSTEMD
10 lines
230 B
SYSTEMD
|
[Unit]
|
||
|
Description=verdaccio Service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
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'})"
|