mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Added python3-supervisor with following missing DEPENDS - python3-meld3 version 1.0.2 Signed-off-by: Parthiban Nallathambi <parthitce@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
426 B
Desktop File
16 lines
426 B
Desktop File
[Unit]
|
|
Description=Supervisor process control system for UNIX
|
|
Documentation=http://supervisord.org
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
|
|
ExecStop=/usr/bin/supervisorctl $OPTIONS shutdown
|
|
ExecReload=/usr/bin/supervisorctl -c /etc/supervisor/supervisord.conf $OPTIONS reload
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=50s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|