aur/monkey fixes for service file

This commit is contained in:
moonman 2013-02-23 19:54:46 -07:00
parent fc681d1c6f
commit d263bc90ef
3 changed files with 3 additions and 6 deletions

View file

@ -9,7 +9,7 @@
pkgname=monkey
pkgver=1.1.1
pkgrel=4
pkgrel=5
pkgdesc="A very small and fast open source web server for Linux"
arch=('arm')
url="http://www.monkey-project.com/"
@ -22,7 +22,7 @@ source=("http://www.monkey-project.com/releases/1.1/$pkgname-$pkgver.tar.gz"
install=monkey.install
md5sums=('958d74ddcc595ae01b1d3916e9e7753c'
'1527d1fbddddcfd69ad328639dcd0eed'
'7881f60a6e9c4b2a43a6fe0d7b251362')
'ae1f2da03aa2a515a3bed0fb16ab7130')
build() {
cd $srcdir/$pkgname-$pkgver

View file

@ -1,8 +1,5 @@
post_install() {
mkdir -p var/run/monkey
chmod 755 var/run/monkey
env echo
env echo " Running Monkey :"
env echo " ----------------"

View file

@ -7,7 +7,7 @@ Type=forking
ExecStart=/usr/bin/monkey -D
ExecStop=/bin/kill $MAINPID
ExecReload=/bin/kill $MAINPID ; /usr/bin/monkey -D
PIDFile=/var/run/monkey/monkey.pid.80
PIDFile=/var/run/monkey.pid.80
[Install]
WantedBy=multi-user.target