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

going back to movim system user

This commit is contained in:
src386 2015-08-21 17:47:56 +02:00
parent f590cc1861
commit 31f68b44ab
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
dir="YHDIR"
cmd="php daemon.php https://YHURL YHPORT"
user="www-data"
user="movim"
name=`basename $0`
pid_file="/var/run/$name.pid"

View file

@ -3,7 +3,7 @@ Description=Movim daemon
After=nginx.service network.target local-fs.target
[Service]
User=www-data
User=movim
Type=simple
ExecStart=/usr/bin/php daemon.php https://YHURL YHPORT
WorkingDirectory=YHDIR