mirror of https://github.com/vapor/docs.git
Remove outdated vapor run reference (#801)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
This commit is contained in:
parent
160c32cd24
commit
22724ab17a
|
|
@ -19,7 +19,7 @@ Group=vapor
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
WorkingDirectory=/home/vapor/hello
|
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
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=vapor-hello
|
SyslogIdentifier=vapor-hello
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue