Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
hdcd.service 290 B
[Unit]
Description=OpenHarmony Device Connector Daemon service
Wants=hdcd.socket
After=hdcd.socket
Wants=param.service
After=param.service

[Service]
Type=exec
ExecStart=/usr/bin/hdcd -t -l 3
Restart=on-failure
StartLimitInterval=300
StartLimitBurst=5

[Install]
WantedBy=multi-user.target