Server IP : 172.16.15.8 / Your IP : 3.145.63.131 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/libexec/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
#!/usr/libexec/platform-python import dbus import dbus.mainloop.glib from gi.repository import GLib from blivet.dbus.blivet import DBusBlivet from blivet.dbus.manager import ObjectManager dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) system_bus = dbus.SystemBus() mainloop = GLib.MainLoop() manager = ObjectManager() blivet_obj = DBusBlivet(manager) mainloop.run()