blob: 15a7f94c9067de18b62ee2720d4be2139b86caa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Sentry symbolicator
After=network.target
[Service]
User=sentry
Restart=always
ExecStart=/usr/bin/symbolicator run --config /etc/symbolicator/symbolicator.yml
[Install]
WantedBy=multi-user.target
|