mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
systemd unit: set LimitNOFILE to 8192
This commit is contained in:
parent
c69c27f586
commit
ad8ebcc031
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Environment=SFTPGO_LOG_FILE_PATH=
|
||||||
EnvironmentFile=-/etc/sftpgo/sftpgo.env
|
EnvironmentFile=-/etc/sftpgo/sftpgo.env
|
||||||
ExecStart=/usr/bin/sftpgo serve
|
ExecStart=/usr/bin/sftpgo serve
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
LimitNOFILE=8192
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Reference in a new issue