Browse Source

php: added run scripts at etc/sv/php-fpm, using the new "generic infrastructure" from mnemosyne/runit

0.2-maint
Alejandro Mery 13 years ago
parent
commit
53928d6bdc
2 changed files with 17 additions and 0 deletions
  1. +1
    -0
      overlay.d/pkgs/php/etc_sv_php-fpm_log_run.ln
  2. +16
    -0
      overlay.d/pkgs/php/etc_sv_php-fpm_run.sh

+ 1
- 0
overlay.d/pkgs/php/etc_sv_php-fpm_log_run.ln

@ -0,0 +1 @@
/etc/runit/log-run

+ 16
- 0
overlay.d/pkgs/php/etc_sv_php-fpm_run.sh

@ -0,0 +1,16 @@
#!/etc/runit/runit-run
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/overlay.d/pkgs/php/etc_sv_php-fpm_run.sh
# Copyright (C) 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
RUN=D_sbindir/php-fpm

Loading…
Cancel
Save