logram 2.0.0

Utility that takes logs from anywhere and sends them to Telegram
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description = Utility that takes logs from anywhere and sends them to Telegram
After = network.target

[Service]
Type = simple
ExecStart = /usr/bin/logram --config=/etc/logram.yaml
Restart = always
RestartSec = 30

[Install]
WantedBy = multi-user.target