On systems already running systemd, users may prefer to use it instead of supervisord. We should provide a sample configuration file aned explain how to use it.
(only in the “step by step” page, or for avery installation method?)
[Unit]
Description=Cozy Controller
[Service]
Environment=NODE_ENV=production
Environment=USE_SYSLOG=true
Environment=WEBOOB_PYTHON_PATH=/usr/share/cozy-weboob/lib/python2.7/site-packages
Environment=WEBOOB_DIR=/usr/share/cozy-weboob/lib/python2.7/site-packages
ExecStart=/usr/bin/cozy-controller
[Install]
WantedBy=multi-user.target