aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-puma/puma.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-04-29 08:06:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-29 12:36:41 +0000
commitf58e361776f7398d806321ea9d63f59f5fc38b5d (patch)
treeeea648afb288a35c5b1e2bffb3d3b4442578b08b /community/ruby-puma/puma.initd
parentb951abfe754edd478b0a17f12cad5fb56e42eee1 (diff)
downloadaports-f58e361776f7398d806321ea9d63f59f5fc38b5d.tar.bz2
aports-f58e361776f7398d806321ea9d63f59f5fc38b5d.tar.xz
move community/ruby-* to unmaintained
Diffstat (limited to 'community/ruby-puma/puma.initd')
-rw-r--r--community/ruby-puma/puma.initd18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/ruby-puma/puma.initd b/community/ruby-puma/puma.initd
deleted file mode 100644
index 600dffe1e3..0000000000
--- a/community/ruby-puma/puma.initd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/openrc-run
-name=puma
-command=/usr/bin/puma
-pidfile=/var/run/puma/puma.pid
-command_args="--daemon --pidfile $pidfile ${puma_args}"
-start_stop_daemon_args="--background --user $puma_user --group $puma_group --chdir $puma_approot"
-
-depend() {
- use logger dns
- need net
- after firewall
-}
-
-start_pre() {
- checkpath --directory --owner $puma_user:$puma_group --mode 0775 \
- /var/run/$name
-}
-