summarylogtreecommitdiffstats
path: root/karma.service
blob: 39a9bef015b44bd7135edfbc7aa67e84597ef17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description="Alert dashboard for Prometheus Alertmanager"
Requires=network-online.target
After=network-online.target

[Service]
User=karma
Group=karma
Restart=on-failure
ExecStart=/usr/bin/karma --config.file=/etc/karma/karma.yml
ExecReload=/bin/kill -HUP $MAINPID
NoNewPrivileges=true
ProtectHome=read-only
ProtectSystem=strict

[Install]
WantedBy=multi-user.target