Hello Mates
Seems the dinitctl never finds/enables the Service Description file . Not sure what I'm doing wrong.
Trying to enable Duplicati service. Duplicati is in the AUR, so I installed the canary build.
Here is the terminal output:
UPDATE: I'm able to manually start process
sudo /opt/duplicati/Duplicati.Service.exe
Starting process /opt/duplicati/Duplicati.Server.exe with cmd args --ping-pong-keepalive=true
Problem is the goof on the end of this keyboard!
any package in artix that relies on a daemon to run, needs a init-package to provide the necessary files to provide the service functionality. i.e "seatd" package by itself does not have the daemon file you need. you also need "seated-dinit" to enable daemon.
as for your aur package, it's probably build with a systemd service, the best is to look at it's service files and write a dinit service according to it.