diff --git a/source/app/empresalibre.service.example b/source/app/empresalibre.service.example new file mode 100644 index 0000000..facb5a0 --- /dev/null +++ b/source/app/empresalibre.service.example @@ -0,0 +1,8 @@ +[Unit] +Description=uWSGI instance to serve Empresa Libre + +[Service] +ExecStart=/usr/bin/uwsgi /opt/empresa-libre/app/main.ini + +[Install] +WantedBy=multi-user.target diff --git a/source/app/main.ini.example b/source/app/main.ini.example index 5031319..77a5d54 100644 --- a/source/app/main.ini.example +++ b/source/app/main.ini.example @@ -15,3 +15,4 @@ thunder-lock = true #~ stats = 127.0.0.1:9191 #~ Establece una ruta accesible para el servidor web logger = file:/srv/log/empresalibre-uwsgi.log +log-maxsize = 1000000 \ No newline at end of file