buildroot/package/supervisor/supervisord.service
Alex Suykov 2bdbcb8ada supervisor: systemd support
Running supervisord under systemd sounds wrong, but it is possible
and probably makes sense in some cases.

[Thomas: use relative symbolic link instead of an absolute symbolic
link.]

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 22:43:39 +02:00

11 lines
160 B
Desktop File

[Unit]
Description=Process Control System
After=syslog.target
[Service]
ExecStart=/usr/bin/supervisord -n
Restart=always
[Install]
WantedBy=multi-user.target