
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
16 lines
309 B
Desktop File
16 lines
309 B
Desktop File
[Unit]
|
|
Description=Unified Software Management
|
|
After=syslog.target network-online.target
|
|
Before=software-agent.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/etc/init.d/software start
|
|
RemainAfterExit=yes
|
|
StandardOutput=journal+console
|
|
StandardError=journal+console
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|