mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
fix
This commit is contained in:
parent
53b8b02eae
commit
000a7d7b6c
3 changed files with 3 additions and 2 deletions
|
@ -40,5 +40,6 @@ return [
|
|||
'system' => [
|
||||
'default_timezone' => '__TIMEZONE__',
|
||||
'language' => '__LANGUAGE__',
|
||||
'pidfile' => '/run/friendica/daemon.pid',
|
||||
],
|
||||
];
|
||||
|
|
|
@ -4,10 +4,10 @@ After=network.target mariadb.service
|
|||
Requires=network.target remote-fs.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
Type=simple
|
||||
StandardOutput=null
|
||||
StandardError=syslog
|
||||
ExecStart=/usr/bin/php__PHPVERSION__ __INSTALL_DIR__/bin/daemon.php start
|
||||
|
|
|
@ -66,7 +66,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.2-curl php8.2-mbstringphp8.2-imagick php8.2-xml php8.2-zip php8.2-mysql php8.2-gd php8.2-gmp"
|
||||
packages = "mariadb-server php8.2-curl php8.2-mbstring php8.2-imagick php8.2-xml php8.2-zip php8.2-mysql php8.2-gd php8.2-gmp"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue