✏️ 正在编辑: test_gdm.aug
路径:
/snap/certbot/5758/usr/share/augeas/lenses/dist/tests/test_gdm.aug
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
module Test_gdm = let conf = "[daemon] # Automatic login, if true the first attached screen will automatically logged # in as user as set with AutomaticLogin key. AutomaticLoginEnable=false AutomaticLogin= [server] 0=Standard device=/dev/console " test Gdm.lns get conf = { "daemon" { "#comment" = "Automatic login, if true the first attached screen will automatically logged" } { "#comment" = "in as user as set with AutomaticLogin key." } { "AutomaticLoginEnable" = "false" } { "AutomaticLogin" } {} } { "server" { "0" = "Standard device=/dev/console" } }
💾 保存文件
← 返回文件管理器