Difference between revisions of "Timer (systemd)"
Jump to navigation
Jump to search
↑ https://wiki.ubuntu.com/DebuggingSystemd
Tags: Mobile web edit, Mobile edit |
|||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
− | + | * <code>[[systemctl list-timers]]</code> | |
+ | * <code>[[systemctl cat]] [[logrotate.timer]]</code> | ||
+ | * <code>[[systemctl cat apt-daily.timer]]</code> | ||
+ | * <code>[[systemctl cat apt-daily]]</code> | ||
+ | |||
+ | [[/lib/systemd/system/]] | ||
+ | |||
+ | |||
+ | [Timer] | ||
+ | [[OnCalendar]]=daily | ||
+ | [[AccuracySec]]=12h | ||
+ | [[Persistent]]=true | ||
+ | |||
+ | [Timer] | ||
+ | OnCalendar=*-*-* 6,18:00 | ||
+ | RandomizedDelaySec=12h | ||
+ | Persistent=true | ||
+ | |||
+ | [[/lib/systemd/system/phpsessionclean.timer]] | ||
+ | [Timer] | ||
+ | OnCalendar=*-*-* *:09,39:00 | ||
+ | Persistent=true | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[crontab]]</code> | ||
+ | * [[Job scheduler]] | ||
== See also == | == See also == | ||
+ | * {{timer}} | ||
+ | * {{systemctl}} | ||
* {{systemd}} | * {{systemd}} | ||
[[Category:Systemd]] | [[Category:Systemd]] |
Latest revision as of 14:58, 11 September 2021
This article is a Draft. Help us to complete it.
/lib/systemd/system/
[Timer] OnCalendar=daily AccuracySec=12h Persistent=true
[Timer] OnCalendar=*-*-* 6,18:00 RandomizedDelaySec=12h Persistent=true
/lib/systemd/system/phpsessionclean.timer [Timer] OnCalendar=*-*-* *:09,39:00 Persistent=true
Related terms[edit]
See also[edit]
- Timer (systemd),
systemctl list-timers
,systemctl cat apt-daily.timer
,/lib/systemd/system/
, .timer - Systemd services:
systemctl
[status | is-active | start | daemon-reload | stop | mask
|reload
|restart
|reboot
|enable
|disable
|cat
],systemctl list-units
,systemctl list-timers
,systemctl --failed
,systemctl get-default
,systemctl --help
,.service, .timer, .socket
,systemctl restart elasticsearch.service
,systemctl status apt-daily
,systemctl status oscapd
- Systemd:
systemctl
,systemd-journald
,journalctl
systemd-cat
,systemd-logind
,systemd-networkd
:networkctl
,systemd-timesyncd
,systemd-resolved
,systemd-udevd
[1],Systemd-logind: loginctl
,hostnamectl
,udevadm
,systemd-run
,portablectl
,systemd-nspawn
, systemd resource management, Timer (systemd), systemd logs,/etc/systemd/
, systemd services,systemd-mount
,/run/systemd/
,.service
,/usr/lib/systemd/
,/usr/lib/systemd/system/
,/usr/lib/systemd/system/systemd-resolved.service
,/lib/systemd/
, machinectl, systemd-oomd, systemd-analyze
Advertising: