12 lines
199 B
Desktop File
12 lines
199 B
Desktop File
[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
|