mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-02 22:55:15 +00:00
Highlights of this upgrade: * tinyproxy binary is not installed to /usr/sbin now. * removed a deprecated configure parameter. * reworked disable-documentation.patch. Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
401 B
Desktop File
15 lines
401 B
Desktop File
[Unit]
|
|
Description=Tinyproxy, Lightweight http(s) proxy daemon
|
|
RequiresMountsFor=/var
|
|
|
|
[Service]
|
|
Group=tinyproxy
|
|
ExecStartPre=/bin/mkdir -p /var/log/tinyproxy
|
|
ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy
|
|
ExecStartPre=/bin/mkdir -p /var/run/tinyproxy
|
|
ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy
|
|
ExecStart=/usr/bin/tinyproxy -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|