From 22724ab17a0a9a10ea8f26db6ab8dde6443a4db3 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Fri, 28 Apr 2023 15:55:18 -0500 Subject: [PATCH] Remove outdated vapor run reference (#801) Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> --- docs/deploy/systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/systemd.md b/docs/deploy/systemd.md index fc53e774..d6133869 100644 --- a/docs/deploy/systemd.md +++ b/docs/deploy/systemd.md @@ -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