hedgedoc: use global yarn in systemd unit
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
e76e48604e
commit
5979d8a1f9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Type=exec
|
||||||
Environment=NODE_ENV=production
|
Environment=NODE_ENV=production
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2s
|
RestartSec=2s
|
||||||
ExecStart=/opt/hedgedoc/node_modules/yarn/bin/yarn start --production
|
ExecStart=yarn start --production
|
||||||
CapabilityBoundingSet=
|
CapabilityBoundingSet=
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
|
|
Loading…
Reference in a new issue