mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +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
|
||||
ExecStart=/usr/bin/sftpgo serve
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
LimitNOFILE=8192
|
||||
KillMode=mixed
|
||||
PrivateTmp=true
|
||||
Restart=always
|
||||
|
|
Loading…
Reference in a new issue