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

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