Release 9.9.0 #41

Merged
jlecour merged 37 commits from unstable into stable 2019-04-16 16:45:23 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit f3b54188d3 - Show all commits

View file

@ -17,6 +17,7 @@ The **patch** part changes incrementally at each release.
### Changed
* evolinux-base: remove apt-listchanges on Stretch and later
* redis: set variables on nclusion, not with set_facts
* redis: higher limit of open files
* tomcat: better tomcat version management
### Fixed

View file

@ -13,6 +13,7 @@ ExecStop=/usr/bin/redis-cli -s /run/redis/%i/redis.sock shutdown
Restart=always
User=redis-%i
Group=redis-%i
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target