mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
fixes
This commit is contained in:
parent
054dd4f2a7
commit
8ebe3e8832
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
Type=simple
|
Type=simple
|
||||||
StandardOutput=/var/log/__APP___/daemon.log
|
StandardOutput=/var/log/__APP__/daemon.log
|
||||||
StandardError=syslog
|
StandardError=inherit
|
||||||
ExecStart=/usr/bin/php__PHPVERSION__ __INSTALL_DIR__/bin/daemon.php start
|
ExecStart=/usr/bin/php__PHPVERSION__ __INSTALL_DIR__/bin/daemon.php start
|
||||||
ExecStop=/usr/bin/php__PHPVERSION__ __INSTALL_DIR__/bin/daemon.php stop
|
ExecStop=/usr/bin/php__PHPVERSION__ __INSTALL_DIR__/bin/daemon.php stop
|
||||||
PIDFile=__INSTALL_DIR__/daemon.pid
|
PIDFile=__INSTALL_DIR__/daemon.pid
|
||||||
|
|
Loading…
Add table
Reference in a new issue