85cd488bef
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
14 lines
215 B
Desktop File
14 lines
215 B
Desktop File
[Unit]
|
|
Description=Guest Scale Agent
|
|
After=cloud-init.service
|
|
Wants=guest-agent.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/guest_scale_agent
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|