i am on dinit, everything works expect 2 services zramen and cpupower. it should work out of the box because i've installed dinit versions like ( zramen-dinit ).
does zramen service run manually ?
what do you mean by run manually?
after login as user , run these
dinitctl start zramen
dinitctl status zramen
oh now i get it, yes it does run manually
Service: zramen
State: STARTED
Activation: explicitly started
and this is cpupower
Service 'cpupower' failed to start.
Reason: service process terminated before ready: exited - status 1
Service: cpupower
State: STOPPED (failed to start; exited - status 1)
The error message indicates that (most likely) the logfile setting specifies a file in a directory that doesn't yet exist when the service first tries to start. My guess would be that zramen is missing a dependency; it needs to depend on whatever creates the log directories.
hey davmac, thanks for dinit.
if its true then artix dev should fix this.
About the cpupower error message, see https://forum.artixlinux.org/index.php/topic,6568.0.html