summarylogtreecommitdiffstats
path: root/alertad.service
blob: f9eeea479005c2f78dab97efa95ddfbdf0f3f6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Alerta server service
After=network.target

[Service]
User=alerta
ExecStart=/usr/bin/alertad run
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target