Dinit - Can't Enable Duplicati Service 11 October 2023, 17:24:59 Hello MatesSeems 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:Quotedinitctl enable /opt/duplicati/Duplicati.Service.exedinitctl: failed to find service description.dinitctl: check service description file exists / service name spelling.UPDATE: I'm able to manually start processsudo /opt/duplicati/Duplicati.Service.exeStarting process /opt/duplicati/Duplicati.Server.exe with cmd args --ping-pong-keepalive=trueProblem is the goof on the end of this keyboard! Last Edit: 11 October 2023, 18:01:26 by Rocky-IV 1 Likes
Re: Dinit - Can't Enable Duplicati Service Reply #1 – 12 October 2023, 08:57:53 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.