Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Document how to use systemd instead of supervisord #327

Open
clochix opened this issue Oct 31, 2016 · 1 comment
Open

Document how to use systemd instead of supervisord #327

clochix opened this issue Oct 31, 2016 · 1 comment

Comments

@clochix
Copy link
Contributor

clochix commented Oct 31, 2016

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
@ArchangeGabriel
Copy link

As an external user, and from an user support point of view, I would say only offer this possibility in the “step-by-step” page (it’s now in the Arch wiki too for what it’s worth, btw both are obviously very similar).

Or decide to use systemd everywhere it’s available.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants