403Webshell
Server IP : 37.9.174.138  /  Your IP : 216.73.216.117
Web Server : Apache
System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64
User : ftpuser ( 1001)
PHP Version : 8.4.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /etc/rc6.d/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /etc/rc6.d/K02munin
#!/usr/bin/env /lib/init/init-d-script

### BEGIN INIT INFO
# Provides:          munin
# Required-Start:    $local_fs
# Required-Stop:     $local_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# X-Start-Before:    cron
# Short-Description: Create munin master directories on boot
# Description:       Create munin master directories on boot. Munin itself runs as CGI or via cron and does not run a separate daemon.
### END INIT INFO

DESC="Preparing munin directories"
DAEMON=/usr/share/munin/munin-update
NAME=munin


# keep in sync with debian/munin-common.tmpfile (systemd-only)
do_start_prepare() {
    mkdir -p /run/munin /var/cache/munin/www
    chown munin /run/munin
    chown munin: /var/cache/munin/www
    chmod 755 /run/munin
    chmod 755 /var/cache/munin/www
}


# there is no process to be started or stopped ("munin-update" is executed via cron)
do_stop_cmd_override() { true; }
do_start_cmd_override() { true; }

Youez - 2016 - github.com/yon3zu
LinuXploit