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

venv, ip fix and ram fix

This commit is contained in:
SolAZDev 2024-01-15 21:05:48 -04:00
parent 942a859b15
commit a1850e0f49
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ log_level info
# the IP address to listen on
# (0.0.0.0 for all interfaces, 127.0.0.1 for localhost)
listen 0.0.0.0
listen 127.0.0.1
# the TCP port to listen on
port __PORT__

View file

@ -6,8 +6,8 @@ After=network.target
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/bin/meyectl startserver -c /var/www/__APP__/motioneye.conf
WorkingDirectory=__INSTALL_DIR__/venv
ExecStart=__INSTALL_DIR__/venv/bin/meyectl startserver -c /var/www/__APP__/motioneye.conf
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
Restart=on-abort

View file

@ -23,7 +23,7 @@ multi_instance = true
ldap = false
sso = true
disk = "500M"
ram.build = "5120M"
ram.build = "512M"
ram.runtime = "1024M"
[install]