mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-22 05:34:50 +03:00
14 lines
289 B
SYSTEMD
14 lines
289 B
SYSTEMD
|
[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
|