mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
ffc941016b
* fix: Make systemd unit more production-like * docs: updated server.md * fix: Restart=on-failure instead of always in systemd unit
12 lines
220 B
Desktop File
12 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
|