summarylogtreecommitdiffstats
path: root/sentry.service
blob: ecc68ea881d5f667e8521c627123e20226a4b095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Sentry logging and aggregation server.
Requires=sentry-web.service sentry-celery.service sentry-cron.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true

[Install]
WantedBy=multi-user.target