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