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

Fix systemd service

This commit is contained in:
Salamandar 2024-07-13 16:53:50 +02:00
parent e6de3d9ba1
commit a22730bab6

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__
ExecStart=__INSTALL_DIR__/venv/bin/pserve endi.ini
ExecStart=__INSTALL_DIR__/venv/bin/pserve caerp.ini
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit