mirror of https://github.com/telemt/telemt.git
Update telemt.service
This commit is contained in:
parent
c942c492ad
commit
cfee7de66b
|
|
@ -5,10 +5,12 @@ Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/bin
|
WorkingDirectory=/etc/telemt
|
||||||
ExecStart=/bin/telemt /etc/telemt.toml
|
ExecStart=/bin/telemt /etc/telemt.toml
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
LimitNOFILE=65536
|
LimitNOFILE=262144
|
||||||
|
TasksMax=8192
|
||||||
|
MemoryAccounting=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue