⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
lib
/
systemd
/
system
/
View File Name :
ua-reboot-cmds.service
# On machines that are currently attached to Ubuntu Pro services, sometimes an action # is required immediately after the next reboot. # In those situations, a marker file is created that activates this service on the next boot. # Circumstances that could cause this include: # - Upgrading from one LTS to the next LTS: to account for service availability changes between releases # - Pro FIPS images with outstanding apt hold on FIPS packages: to clear the holds [Unit] Description=Ubuntu Pro reboot cmds ConditionPathExists=/var/lib/ubuntu-advantage/marker-reboot-cmds-required ConditionPathExists=/var/lib/ubuntu-advantage/private/machine-token.json After=ua-auto-attach.service [Service] Type=oneshot ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/reboot_cmds.py TimeoutSec=0 [Install] WantedBy=multi-user.target