logram 0.2.1

Push logs updates to Telegram
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description = Push log files updates to Telegram
After = network.target

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

[Install]
WantedBy = multi-user.target