JezK
Edit File: 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