Add files via upload

This commit is contained in:
Evgeniy
2024-04-30 06:55:57 +03:00
committed by GitHub
parent a4c13e9145
commit 2c87797eb1
3 changed files with 67 additions and 0 deletions

11
tload.service Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=Telegram Load notification
After=network.target
[Service]
ExecStart=/bin/bash '/usr/bin/load-info-telegram.sh'
Type=simple
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target