summaryrefslogtreecommitdiffstats
path: root/aklog.service
blob: c9ba5b2e55e8351786494f2d6a3f5197f189885b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Service to manage aklog-server, which serves antikoerper-logs to grafana

[Service]
Type=simple
ExecStart=/opt/aklog-server/bin/aklog-server -c /opt/aklog-server/etc/aklog.toml
ExecStop=/usr/bin/killall aklog-server

[Install]
WantedBy=multi-user.target