change from run.sh to pnpm run in systemd
This commit is contained in:
parent
06dd627ee0
commit
aeff82afdf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ User={{ etherpad_username }}
|
|||
Group={{ etherpad_group }}
|
||||
WorkingDirectory={{ etherpad_app_dir }}/app
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart={{ etherpad_app_dir }}/app/bin/run.sh
|
||||
ExecStart=pnpm run prod
|
||||
StandardOutput=file:{{ etherpad_logfile }}
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
|
Loading…
Reference in a new issue