Create telemt.service

based Systemd service
This commit is contained in:
Alexey 2025-12-31 05:10:18 +03:00 committed by GitHub
parent d64cccd52c
commit 5b281bf7fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
telemt.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=Telemt
After=network.target
[Service]
Type=simple
WorkingDirectory=/bin
ExecStart=/bin/telemt /etc/telemt.toml
Restart=on-failure
[Install]
WantedBy=multi-user.target