2bdbcb8ada
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>
11 lines
160 B
Desktop File
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
|