1
0
Fork 0
Commit graph

22 commits

Author SHA1 Message Date
Jaroslav Škarvada
9c1f10945e tuned: new option --pid, -P to write PID file
If used without argument as --pid or -P the tuned will write the PID file even
if running in foreground. The PID file is always written if running as daemon.

If used with argument as --pid FILE or -P FILE, the PID will be written to
FILE. This is also applicable for daemon.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-02-18 14:31:06 +01:00
Jaroslav Škarvada
f560833d7a tuned, tuned-adm: moved dbus consts to consts file
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-02-18 12:18:18 +01:00
Jaroslav Škarvada
b68fea0ca9 tuned, tuned-adm: added new option --version, -v to show version
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-02-18 12:15:25 +01:00
Jaroslav Škarvada
7a4d1f2399 tuned: new option --log, -l to select log file
If used without argument as --log or -l the tuned will log to file even if
running on foreground. It will not log to console. This is the default if
running as daemon.

If used with argument as --log FILE, -l FILE, the log will be stored to FILE.
This is also applicable for deamon.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-02-18 11:09:57 +01:00
Jan Vcelak
a49f53e60f GPL headers only into executables and main module
GPL license does not require all files to have the copyright notice
and header. To save some space, I removed the headers from all files
except the executables and the main Python module.
2012-11-09 12:27:20 +01:00
Jan Vcelak
000e82f258 tuned: move daemon code into submodule, improve forking, signal handling, pidfile handling 2012-11-08 18:23:44 +01:00
Jan Vcelak
6f2c2ca6fd tuned: switch to argparse module 2012-11-08 14:26:51 +01:00
Jan Vcelak
14e183f93d tuned controller: allow state when no profile is enabled 2012-11-05 17:02:52 +01:00
Jaroslav Škarvada
7bccbc9a4e Replaced all getuid by geteuid 2012-10-31 11:00:23 +01:00
Jan Vcelak
09d20c648a run python interpret with '-Es' options 2012-10-30 11:40:29 +01:00
Jan Vcelak
20464804f8 tuned: add --no-dbus option to help 2012-10-26 17:59:29 +02:00
Jan Vcelak
d388dec6ab remove circular dependencies between library and tests 2012-10-26 17:59:29 +02:00
Jan Vcelak
c66d5e44cb Daemon: handle plugin selection logic 2012-10-26 17:59:29 +02:00
Jaroslav Škarvada
466dc4c767 Write pidfile even if running in foreground (for tuned-adm to work) 2012-10-25 12:05:10 +02:00
Jan Vcelak
2b7e754c08 move tuned initialization into separate object 2012-05-07 17:10:28 +02:00
HanzZ
d2800cbf55 Allow loading two profiles using tuned -c profile1 -c profile2 2012-05-07 09:17:14 +02:00
Jan Kaluza
762c30b97a Cleanup plugins when changing profile 2012-03-12 13:45:56 +01:00
Jan Kaluza
d3958b948d Store current profile into /etc/tuned/active_profile and read it on SIGHUP fromt here 2012-03-08 10:20:22 +01:00
Jan Kaluza
449bdac971 Probably fixed daemonize 2012-02-01 09:15:13 +01:00
Jan Vcelak
725ee9a8af move control logic from daemon to controller 2011-11-16 22:29:44 +01:00
Jan Vcelak
94e49f6473 switch signal handling to tuned.utils 2011-11-16 11:40:08 +01:00
Jan Vcelak
67e736a7f6 various fixes 2011-11-10 18:39:22 +01:00