mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Fix
This commit is contained in:
parent
3178e87f2e
commit
3a5bf32a9f
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
## This setting is MANDATORY, unless 'database_url' is used.
|
||||
##
|
||||
db:
|
||||
user: __DB_NAME__
|
||||
user: __DB_USER__
|
||||
password: __DB_PWD__
|
||||
host: localhost
|
||||
port: 5432
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Invidious (An alternative YouTube front-end)
|
||||
Description=Invidious: Alternative YouTube front-end
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
|
|
Loading…
Reference in a new issue