Another attempt to fix (multi-install and other stuffs)

This commit is contained in:
Florent 2023-02-03 21:01:55 +01:00 committed by Florent F
parent 6754aa1542
commit d58176025f
2 changed files with 5 additions and 2 deletions

View file

@ -11,5 +11,6 @@ elastic-search:
hostname: 'localhost'
port: __ES_PORT__
indexes:
videos: 'peertube-index-videos'
channels: 'peertube-index-channels'
videos: '__APP__-videos'
channels: '__APP__-channels'
playlists: '__APP__-playlists'

View file

@ -1,6 +1,8 @@
[Unit]
Description=__APP__ search index daemon
After=network.target
After=elasticsearch8.service
Requires=elasticsearch8.service
[Service]
Type=simple