Files
telemt/telemt.service
Alexey 5b281bf7fd Create telemt.service
based Systemd service
2025-12-31 05:10:18 +03:00

13 lines
188 B
Desktop File

[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