Created symlink /etc/systemd/system/redis.service → /lib/systemd/system/redis-server.service
the environment file
1 | APP_ROOT=/srv/app/api |
the systemd unit file
1 |
|
其中:
- `WorkingDirectory` : app运行目录
- `SyslogIdentifier` : syslog 前缀
- `SuccessExitStatus` : JVM 成功退出码 `143`
- `WorkingDirectory` and `User` 不能用环境变量
systemd fd limit
系统
- ulimit -n num
systemd
- fd 默认4096
*.server1
2
3
4[Service]
LimitCORE=infinity
LimitNOFILE=100000
LimitNPROC=100000