From Fedora Project Wiki

(Created page with "Could we put a comment in /etc/crontab alerting sysadmins that a new scheduling system is also active? I think that will reduce migration pain. Something like: # Note that m...")
 
m (pre formatting)
 
Line 1: Line 1:
Could we put a comment in /etc/crontab alerting sysadmins that a new scheduling system is also active? I think that will reduce migration pain. Something like:
Could we put a comment in /etc/crontab alerting sysadmins that a new scheduling system is also active? I think that will reduce migration pain. Something like:


 
<pre>
# Note that many services use systemd calendar timers to schedule periodic tasks. Run the command
# Note that many services use systemd calendar timers to schedule periodic tasks. Run the command
# systemctl [whatever would be the right thing to run]
# systemctl [whatever would be the right thing to run]
# to list active timers.
# to list active timers.
 
</pre>
?
?
--[[User:Mattdm|Mattdm]] ([[User talk:Mattdm|talk]]) 20:20, 6 February 2013 (UTC)
--[[User:Mattdm|Mattdm]] ([[User talk:Mattdm|talk]]) 20:20, 6 February 2013 (UTC)

Latest revision as of 20:24, 6 February 2013

Could we put a comment in /etc/crontab alerting sysadmins that a new scheduling system is also active? I think that will reduce migration pain. Something like:

# Note that many services use systemd calendar timers to schedule periodic tasks. Run the command
# systemctl [whatever would be the right thing to run]
# to list active timers.

? --Mattdm (talk) 20:20, 6 February 2013 (UTC)