mirror of
https://github.com/telemt/telemt.git
synced 2026-05-17 08:26:39 +03:00
13 lines
188 B
Desktop File
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
|