Files
telemt/telemt.service
Denis Shulyaka 80f3661b8e Modify telemt.service for network dependencies
Updated service dependencies and added SELinux context.

`network-online.target` is required to get the ip address and check telegram servers
2026-03-07 17:36:44 +03:00

16 lines
298 B
Desktop File

[Unit]
Description=Telemt
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/bin
ExecStart=/bin/telemt /etc/telemt.toml
Restart=on-failure
LimitNOFILE=65536
SELinuxContext=system_u:system_r:unconfined_service_t:s0
[Install]
WantedBy=multi-user.target