| 日時: | 2025-05-13 |
|---|---|
| 作: | 時雨堂 |
| バージョン: | 2025.3 |
| URL: | https://shiguredo.jp/ |
言語
| 日時: | 2025-05-13 |
|---|---|
| 作: | 時雨堂 |
| バージョン: | 2025.3 |
| URL: | https://shiguredo.jp/ |
言語
| #!/usr/bin/env python | |
| # encoding: utf-8 | |
| import sys | |
| import os | |
| import time | |
| import urllib | |
| import urllib2 | |
| import tempfile |
| 更新: | 2013-01-06 |
|---|---|
| バージョン: | 0.0.4 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.com/ |
目的
| #!/sbin/runscript | |
| # Copyright 1999-2005 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| opts="${opts} " | |
| pidfile="/var/run/supervisord/supervisord.pid" | |
| fromcron="0" | |
| # this next comment is important, don't remove it - it has to be somewhere in | |
| # the init script to kill off a warning that doesn't apply to us |
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: supervisord | |
| # Required-Start: $remote_fs | |
| # Required-Stop: $remote_fs | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Example initscript | |
| # Description: This file should be used to construct scripts to be | |
| # placed in /etc/init.d. |