1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elasticsearch8_ynh.git synced 2024-09-03 18:26:26 +02:00

Remove bad variable in systemd.service

This commit is contained in:
Florent 2023-01-17 17:45:38 +01:00 committed by Florent F
parent 1a9ab63918
commit 272a3ebeb5

View file

@ -11,7 +11,6 @@ Environment="ES_JAVA_HOME=__FINALPATH__/jdk"
Environment="ES_PATH_CONF=__FINALPATH__/config"
Environment="PID_DIR=/run/__APP__"
Environment="ES_SD_NOTIFY=true"
EnvironmentFile=-@path.env@
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/bin/elasticsearch -p ${PID_DIR}/__APP__.pid --quiet
StandardOutput=append:/var/log/__APP__/__APP__.log