Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#!/bin/sh
2
 
3
. /etc/tune-profiles/functions
4
 
5
start() {
6
	set_disk_alpm min_power
7
	disable_cd_polling
8
 
9
	return 0
10
}
11
 
12
stop() {
13
	set_disk_alpm max_performance
14
	enable_cd_polling
15
 
16
	return 0
17
}
18
 
19
process $@