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:
parent
f590cc1861
commit
31f68b44ab
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue