nagaraju02 commented on issue #2123: How to daemonize superset process
URL: 
https://github.com/apache/incubator-superset/issues/2123#issuecomment-424837140
 
 
   @liptanbiswas can I use my own configuration file as well? Does this work?? 
please assist
   like this:
   [unit]
   Description=SUPERSET systemd service script
   After=network.target
   
   [Service]
   Type=simple
   User=root
   Environment=PATH=/opt/venv/bin:$PATH
   Environment=PYTHONPATH=/opt/superset/superset_config.py:$PYTHONPATH
   ExecStart=/opt/venv/bin/superset runserver
   Restart=always
   
   [Install]
   WantedBy=multi-user.target

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to