mirror of
https://github.com/telemt/telemt.git
synced 2026-06-20 02:00:09 +07:00
c942c492ad
Co-authored-by: Alexey <247128645+axkurcom@users.noreply.github.com>
15 lines
241 B
Desktop File
15 lines
241 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|