diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 08:06:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 12:36:41 +0000 |
commit | f58e361776f7398d806321ea9d63f59f5fc38b5d (patch) | |
tree | eea648afb288a35c5b1e2bffb3d3b4442578b08b /community/ruby-puma/puma.initd | |
parent | b951abfe754edd478b0a17f12cad5fb56e42eee1 (diff) | |
download | aports-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.initd | 18 |
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 -} - |