/lib/systemd/system/nova-agent.service is in rax-nova-agent 2.1.13-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [Unit]
Description=Nova Agent for xenstore
DefaultDependencies=no
Wants=local-fs.target
Before=cloud-init-local.service network-pre.target
After=xe-daemon.service
Requires=xe-daemon.service
Wants=proc-xen.mount
After=proc-xen.mount
[Service]
Type=notify
ExecStart=/usr/bin/nova-agent --no-fork -o /var/log/nova-agent.log -l info
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target
|