HEX
Server: Apache
System: Linux sh-pro96.hostgator.com.br 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64
User: valuer58 (2192)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //etc/systemd/system/oracle-cloud-agent-updater.service
# 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