Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
anacron /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
1.78
KB
-rw-r--r--
copyright
1.13
KB
-rw-r--r--
README.Debian
1.09
KB
-rw-r--r--
README.gz
2.12
KB
-rw-r--r--
TODO
97
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.Debian
Anacron for Debian ------------------ Anacron runs transparently to the system. In other words, you should never be aware that anacron and not cron is actually running cron.{daily,weekly,monthly}. Anacron itself however is not a daemon, so it will either be called at startup, on APM power status change, on systemd timer or by cron. Disabling those will result in some jobs not being executed on time. Anacron leaves messages in /var/log/syslog and /var/log/messages by default. By default, anacron does not run while on battery power. Debian has added udev rules to trigger anacron when AC power is online and offline, but you may still want to keep anacron running when you are using battery. If you are using SysVinit, see /etc/default/anacron to change that. If you are using systemd and want to run anacron even when running on battery, you should create the following file with the specified content and then call "systemctl daemon-reload": /etc/systemd/system/anacron.service.d/on-ac.conf: [Unit] ConditionACPower= -- Boyuan Yang <byang@debian.org> Sun, 11 Nov 2018 18:28:17 -0500
Close