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

This patch add the minor release fix of Monkey HTTP Server v1.5.1. It fixes some problems when switching user when started as root. Signed-off-by: Eduardo Silva <eduardo@monkey.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
220 B
Desktop File
13 lines
220 B
Desktop File
[Unit]
|
|
Description=Monkey HTTP Server
|
|
After=network.target remote-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/monkey --daemon
|
|
PIDFile=/var/run/monkey.pid.2001
|
|
TimeoutSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|