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

Document how to use systemd instead of supervisord #327

@clochix

Description

@clochix

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions