mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-21 13:14:54 +03:00
14 lines
No EOL
289 B
Desktop File
14 lines
No EOL
289 B
Desktop File
[Unit]
|
|
Description=byedpi
|
|
Documentation=https://github.com/hufrea/byedpi
|
|
|
|
[Service]
|
|
ExecStart=ciadpi --split 1 --disorder 3+s --mod-http=h,d --auto=torst --tlsrec 1+s
|
|
TimeoutStopSec=5s
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=512
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=default.target |