mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur/monkey fixes for service file
This commit is contained in:
parent
fc681d1c6f
commit
d263bc90ef
3 changed files with 3 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgname=monkey
|
pkgname=monkey
|
||||||
pkgver=1.1.1
|
pkgver=1.1.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A very small and fast open source web server for Linux"
|
pkgdesc="A very small and fast open source web server for Linux"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.monkey-project.com/"
|
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
|
install=monkey.install
|
||||||
md5sums=('958d74ddcc595ae01b1d3916e9e7753c'
|
md5sums=('958d74ddcc595ae01b1d3916e9e7753c'
|
||||||
'1527d1fbddddcfd69ad328639dcd0eed'
|
'1527d1fbddddcfd69ad328639dcd0eed'
|
||||||
'7881f60a6e9c4b2a43a6fe0d7b251362')
|
'ae1f2da03aa2a515a3bed0fb16ab7130')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mkdir -p var/run/monkey
|
|
||||||
chmod 755 var/run/monkey
|
|
||||||
|
|
||||||
env echo
|
env echo
|
||||||
env echo " Running Monkey :"
|
env echo " Running Monkey :"
|
||||||
env echo " ----------------"
|
env echo " ----------------"
|
||||||
|
|
|
@ -7,7 +7,7 @@ Type=forking
|
||||||
ExecStart=/usr/bin/monkey -D
|
ExecStart=/usr/bin/monkey -D
|
||||||
ExecStop=/bin/kill $MAINPID
|
ExecStop=/bin/kill $MAINPID
|
||||||
ExecReload=/bin/kill $MAINPID ; /usr/bin/monkey -D
|
ExecReload=/bin/kill $MAINPID ; /usr/bin/monkey -D
|
||||||
PIDFile=/var/run/monkey/monkey.pid.80
|
PIDFile=/var/run/monkey.pid.80
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue