1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

add pid and syslog for movim.service

This commit is contained in:
src386 2015-08-27 07:39:22 +02:00
parent 748d8567d0
commit 797757037c
3 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,7 @@ Current Movim version : 0.9 git2015-08-27
- Add notes in README about public pods & whitelisting
- Remove script now delete Movim php5-fpm pool.
- Remove script delete 'movim' user after shutting down Movim service.
- Movim systemd service now has a PID and logs in syslog
0.8b 2015-08-24
- Added language selection : ar, de, es, it, ja, nl, ru

1
TODO
View file

@ -1,4 +1,3 @@
- Edit proxy_read_timeout and proxy_send_timeout values
- Check if path is not empty beforce install
- Add pid and syslog in movim.service (systemd)
- Set timezone in php5-fpm pool

View file

@ -7,6 +7,9 @@ User=movim
Type=simple
ExecStart=/usr/bin/php daemon.php https://YHURL YHPORT
WorkingDirectory=YHDIR
StandardOutput=syslog
SyslogIdentifier=movim
PIDFile=/run/movim.pid
[Install]
WantedBy=multi-user.target