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

Update conf/systemd.service

This commit is contained in:
Alexandre Aubin 2024-01-06 21:13:50 +01:00 committed by GitHub
parent cd10f499b3
commit 6a640997a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/index.py
ExecStart=__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/app/index.py
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit