summarylogtreecommitdiffstats
path: root/alertad.service
diff options
context:
space:
mode:
Diffstat (limited to 'alertad.service')
-rw-r--r--alertad.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/alertad.service b/alertad.service
new file mode 100644
index 000000000000..f9eeea479005
--- /dev/null
+++ b/alertad.service
@@ -0,0 +1,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