
Current Status: - CLI commands - API endpoints - controller process - agent process - Logging Test Plan: PASS: Build and Install ISO PASS: software-agent and software-controller services are active post unlock PASS: tox Story: 2010676 Task: 47817 Signed-off-by: Jessica Castelino <jessica.castelino@windriver.com> Change-Id: I394780ce40fee398c4eacb3aacb575a03ff93332
17 lines
371 B
Desktop File
17 lines
371 B
Desktop File
[Unit]
|
|
Description=Unified Software Management Agent
|
|
After=syslog.target network-online.target software.service
|
|
Before=pmon.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=root
|
|
ExecStart=/etc/init.d/software-agent start
|
|
ExecStop=/etc/init.d/software-agent stop
|
|
ExecReload=/etc/init.d/software-agent restart
|
|
PIDFile=/var/run/software-agent.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|