Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

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