summaryrefslogtreecommitdiff
path: root/sys-apps/tuned/files/tuned-2.7.1-sysctl.patch
blob: 8e2a70fc377de9ea015c4b49035ffcf0717a5040 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/tuned/plugins/plugin_sysctl.py
+++ b/tuned/plugins/plugin_sysctl.py
@@ -67,7 +67,7 @@
 			self._write_sysctl(option, value)
 
 	def _execute_sysctl(self, arguments):
-		execute = ["/sbin/sysctl"] + arguments
+		execute = ["sysctl"] + arguments
 		log.debug("executing %s" % execute)
 		return self._cmd.execute(execute)