Systemd/timers/ru: Difference between revisions
Created page with "Список активных таймеров и их текущее состояние:" |
Created page with "Manually run a service once for testing purposes:" |
||
| Line 45: | Line 45: | ||
systemctl list-timers | systemctl list-timers | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Manually run a service once for testing purposes: | Manually run a service once for testing purposes: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
systemctl start hello-world | systemctl start hello-world | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:systemd]] | [[Category:systemd]] | ||