Skip to content

Commit

Permalink
Remove outdated vapor run reference (#801)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
  • Loading branch information
gwynne and 0xTim committed Apr 28, 2023
1 parent 160c32c commit 22724ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Group=vapor
Restart=always
RestartSec=3
WorkingDirectory=/home/vapor/hello
ExecStart=/home/vapor/hello/.build/release/Run serve --env production
ExecStart=/home/vapor/hello/.build/release/App serve --env production
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=vapor-hello
Expand Down

0 comments on commit 22724ab

Please sign in to comment.