Skip to main content
Topic: Dinit - Can't Enable Duplicati Service (Read 312 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Dinit - Can't Enable Duplicati Service

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:
Quote
dinitctl enable /opt/duplicati/Duplicati.Service.exe
dinitctl: failed to find service description.
dinitctl: check service description file exists / service name spelling.

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!

Re: Dinit - Can't Enable Duplicati Service

Reply #1
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.