summaryrefslogtreecommitdiff
path: root/src/conf_mode/system-timezone.py
AgeCommit message (Collapse)Author
2020-10-06conf-mode: T2782: Restart rsyslog after changing timezonesever-sever
2020-08-31configd: T2582: add scripts to include list for daemonJohn Estabrook
2020-05-29airbag: T2088: explicit enabling of the featureThomas Mangin
airbag must now be explicitly installed. the patch also allow to fully disables the installation of the logging code at setup (and not just installing and doing nothing)
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code.
2020-04-06util: T2226: covert most calls from os.system to utilThomas Mangin
As little change a possible but the function call The behaviour should be totally unchanged.
2019-12-28time-zone: T1906: rename python script to system-timezone.pyChristian Poessinger