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