Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 523 Bytes

buildrpm start-stop-daemon

This project provides an RPM version for CentOS of the famous start-stop-daemon utility.

Installation

See the Packagecloud instructions to setup the RPM repository in your system

$ yum install start-stop-daemon

Build

$ docker build --tag=start-stop-daemon .
$ docker run --rm -v `pwd`:"/root/build" start-stop-daemon

The RPM file can be found in ./start-stop-daemon-1.18.2-1.el6.x86_64.rpm