20 lines
415 B
Desktop File
20 lines
415 B
Desktop File
[Unit]
|
|
Description=RK3588 Agent Service
|
|
After=network.target media-server.service
|
|
Wants=media-server.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/opt/rk3588-agent
|
|
ExecStart=/opt/rk3588-agent/rk3588-agent --config /opt/rk3588-agent/agent.config.json
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=rk3588-agent
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|