summarylogtreecommitdiffstats
path: root/sentry.service
blob: 75b41ab1b77c627d33117504861c93916c557da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Sentry
After=network.target
Requires=sentry-celery.service

[Service]
User=sentry
Restart=always
ExecStart=/opt/sentry/bin/sentry --config=/etc/sentry run web
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target