summarylogtreecommitdiffstats
path: root/sentry.install
diff options
context:
space:
mode:
authorBenjamin A. Shelton2016-05-22 11:07:45 -0600
committerBenjamin A. Shelton2016-05-22 11:09:16 -0600
commitbc628e07febef2521a83fe84d2ed29cb2146e15c (patch)
tree79e9bafc2061f9f1bcea0d2ad5f521930f25c137 /sentry.install
parentebd2ccca4bafd2461a63902d563419f5502d71ac (diff)
downloadaur-bc628e07febef2521a83fe84d2ed29cb2146e15c.tar.gz
Replaced `sentry start` with `sentry run web`
Diffstat (limited to 'sentry.install')
-rw-r--r--sentry.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/sentry.install b/sentry.install
index bfcd9d02965b..bcc018ab7982 100644
--- a/sentry.install
+++ b/sentry.install
@@ -40,7 +40,7 @@ step.
If you wish to run Sentry manually, e.g. to test your configuration:
- sudo -u sentry /opt/sentry/bin/sentry --config=/etc/sentry start
+ sudo -u sentry /opt/sentry/bin/sentry --config=/etc/sentry run web
EXTRAS
@@ -83,7 +83,7 @@ UPGRADE STEPS
1) Stop Sentry and its related services (and reload systemd)
sudo systemctl stop sentry sentry-celery
- sudo systemctl --system daemon-reload
+ sudo systemctl daemon-reload
2) If you're upgrading from a Sentry version < 8.0, you'll need to update the
configuration by hand. Sentry's configuration setup has changed dramatically
@@ -116,7 +116,7 @@ and increasingly more options are being moved to Sentry's YAML-based configs:
If you wish to run Sentry manually, e.g. to test your configuration:
- sudo -u sentry /opt/sentry/bin/sentry --config=/etc/sentry start
+ sudo -u sentry /opt/sentry/bin/sentry --config=/etc/sentry run web
EXTRAS