Good afternoon. I have a DeepCool CH170 DIGITAL enclosure with a system dashboard. I found a utility that turns on this panel and transmits information to it. The utility is available via the link GitHub - Nortank12/deepcool-digital-linux: Linux version for the DeepCool Digital Windows software.
When you simply run the utility from root, the panel works and displays information about the system status. According to the description of the installation of this utility, I am faced with the problem that I cannot copy it to the /usr/sbin directory so that it starts automatically when the system starts. Help me solve this problem.
You can’t write to /use on Atomic images as that part is read only.
You will need to “modify” those instructions and put it somewhere like ~/.local/bin and so on
i modify instruction, move file to /var/home/bazzite/.local then make /etc/systemd/system/deepcool-digital.service file:
[Unit]
Description=DeepCool Digital
[Service]
ExecStart=/var/home/bazzite/.local/deepcool-digital-linux
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target
then sudo systemctl enable deepcool-digital and it did’t worck after reboot
PC(((