Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: laptop-mode-tools_1.52/etc/laptop-mode/laptop-mode.conf

Issue 1638015: add laptop-mode-tools config knob to control syslog facility (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | laptop-mode-tools_1.52/usr/sbin/laptop_mode » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################################################################### 1 ###############################################################################
2 # 2 #
3 # Configuration for Laptop Mode Tools 3 # Configuration for Laptop Mode Tools
4 # ----------------------------------- 4 # -----------------------------------
5 # 5 #
6 # There is a "system" to the configuration setting names: 6 # There is a "system" to the configuration setting names:
7 # CONTROL_something=0/1 Determines whether Laptop Mode Tools controls 7 # CONTROL_something=0/1 Determines whether Laptop Mode Tools controls
8 # something 8 # something
9 # LM_something=value Value of "something" when laptop mode is active 9 # LM_something=value Value of "something" when laptop mode is active
10 # NOLM_something=value Value of "something" when laptop mode is NOT 10 # NOLM_something=value Value of "something" when laptop mode is NOT
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 47
48 # 48 #
49 # Set this to 1 if you want to see a lot of information when you start/stop 49 # Set this to 1 if you want to see a lot of information when you start/stop
50 # laptop_mode. 50 # laptop_mode.
51 # 51 #
52 VERBOSE_OUTPUT=0 52 VERBOSE_OUTPUT=0
53 53
54 # Set this to 1 if you want to log messages to syslog 54 # Set this to 1 if you want to log messages to syslog
55 LOG_TO_SYSLOG=1 55 LOG_TO_SYSLOG=1
56 # syslog facility passed to logger -t when LOG_TO_SYSLOG is 1
57 SYSLOG_FACILITY=daemon
56 58
57 # Run in shell debug mode 59 # Run in shell debug mode
58 # Enable this if you would like to execute the entire laptop-mode-tools program 60 # Enable this if you would like to execute the entire laptop-mode-tools program
59 # in shell debug mode. Warning: This will create a lot of text output 61 # in shell debug mode. Warning: This will create a lot of text output
60 # If you are debugging an individual module, perhaps you would want to enable 62 # If you are debugging an individual module, perhaps you would want to enable
61 # each module specific debug mode (available in module conf files) 63 # each module specific debug mode (available in module conf files)
62 DEBUG=0 64 DEBUG=0
63 65
64 ############################################################################### 66 ###############################################################################
65 # When to enable laptop mode 67 # When to enable laptop mode
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 XFS_HZ=100 323 XFS_HZ=100
322 324
323 325
324 # 326 #
325 # Seconds laptop mode has to to wait after the disk goes idle before doing 327 # Seconds laptop mode has to to wait after the disk goes idle before doing
326 # a sync. 328 # a sync.
327 # 329 #
328 LM_SECONDS_BEFORE_SYNC=2 330 LM_SECONDS_BEFORE_SYNC=2
329 331
330 332
OLDNEW
« no previous file with comments | « no previous file | laptop-mode-tools_1.52/usr/sbin/laptop_mode » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698