mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
use syslog for movim.init
This commit is contained in:
parent
5f38a7c152
commit
9b77ab02c5
3 changed files with 1 additions and 3 deletions
|
@ -16,6 +16,7 @@ Current Movim version : 0.9 git2015-08-31
|
|||
- Remove script delete 'movim' user after shutting down Movim service.
|
||||
- Movim systemd service now has a PID and a syslog identifier.
|
||||
- Remove proxy_read_timeout and proxy_send_timeout in vhost configuration (default 60s is enough)
|
||||
- Movim sysvinit script now uses syslog.
|
||||
|
||||
0.8b 2015-08-24
|
||||
- Added language selection : ar, de, es, it, ja, nl, ru
|
||||
|
|
1
TODO
1
TODO
|
@ -1,3 +1,2 @@
|
|||
- Check if path is not empty beforce install
|
||||
- Set timezone in php5-fpm pool
|
||||
- Movim init script should redirect to syslog
|
||||
|
|
|
@ -15,8 +15,6 @@ user="movim"
|
|||
|
||||
name=`basename $0`
|
||||
pid_file="/var/run/$name.pid"
|
||||
stdout_log="/var/log/$name.log"
|
||||
stderr_log="/var/log/$name.err"
|
||||
|
||||
get_pid() {
|
||||
cat "$pid_file"
|
||||
|
|
Loading…
Add table
Reference in a new issue