⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.200
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
lib
/
systemd
/
system
/
View File Name :
ubuntu-advantage.service
# This service only runs on GCP to enable auto-attaching to Ubuntu Advantage # services when an Ubuntu Pro license is added to a GCP machine. # If you are uninterested in the (free for personal use) Ubuntu Advantage # services, including security updates after standard EOL and kernel patching # without rebooting, then you can safely stop and disable this service: # sudo systemctl stop ubuntu-advantage.service # sudo systemctl disable ubuntu-advantage.service [Unit] Description=Ubuntu Advantage GCP Auto Attach Daemon Documentation=man:ubuntu-advantage https://ubuntu.com/advantage After=network.target network-online.target systemd-networkd.service ua-auto-attach.service cloud-config.service ubuntu-advantage-cloud-id-shim.service # Only run if not already attached ConditionPathExists=!/var/lib/ubuntu-advantage/private/machine-token.json # Only run on GCP ConditionPathExists=/run/cloud-init/cloud-id-gce [Service] Type=notify NotifyAccess=main ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/daemon.py WorkingDirectory=/var/lib/ubuntu-advantage/ [Install] WantedBy=multi-user.target