Agregar ejemplo para servicio en systemd

This commit is contained in:
Mauricio Baeza 2018-01-11 13:01:17 -06:00
parent da0afdbe77
commit 4e98593e61
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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