mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
ffc941016b
* fix: Make systemd unit more production-like * docs: updated server.md * fix: Restart=on-failure instead of always in systemd unit
11 lines
220 B
Desktop File
11 lines
220 B
Desktop File
[Unit]
|
|
Description=Verdaccio lightweight npm proxy registry
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
User=verdaccio
|
|
ExecStart=/usr/bin/verdaccio --config /etc/verdaccio/config.yaml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|