1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/meilisearch_ynh.git synced 2024-09-03 19:45:59 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-04-17 22:10:09 +02:00
parent 4488dfe6a9
commit 6a9b1ff690

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/ WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/meilisearch ExecStart=__INSTALL_DIR__/meilisearch --config-file-path __INSTALL_DIR__/config.toml
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target