mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
14 lines
343 B
SYSTEMD
14 lines
343 B
SYSTEMD
|
[Unit]
|
||
|
Description=Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
||
|
After=systemd-user-sessions.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
WorkingDirectory=__FINALPATH__/
|
||
|
ExecStart=/usr/bin/mailisearch --http-addr 127.0.0.1:__PORT__ --env production --master-key __API_KEY__
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|