[Unit]
Description=Autoscale agent daemon
After=network.target

[Service]
Type=forking
Restart=always
KillMode=process
ExecStart=/onapp/autoscale/autoscale_agentd -c /onapp/autoscale/autoscale_agentd.conf
PIDFile=/onapp/autoscale/pidfile
User=autoscale
Group=autoscale

[Install]
WantedBy=multi-user.target
