mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
28311db37d
Discussed in #396
13 lines
258 B
Desktop File
13 lines
258 B
Desktop File
[Unit]
|
|
Description=verdaccio Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=verdaccio
|
|
WorkingDirectory=/home/verdaccio
|
|
ExecStart=/usr/bin/env verdaccio
|
|
ExecStop=/usr/bin/bash -c "kill $(ps -ef | grep ^verdacc+ | awk {'print $2'})"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|