I thought I’ll make this thread for all of you out there who have questions but are afraid to ask them. This is your chance!

I’ll try my best to answer any questions here, but I hope others in the community will contribute too!

  • @baseless_discourse
    link
    2
    edit-2
    2 months ago

    Does after=... solve the problem or cause the problem? Sorry, I cannot parse what you were trying to say.

    • @HATEFISH@midwest.social
      link
      fedilink
      22 months ago

      It seems to have no effect either way. Originally I attempted without, then when it didn’t hold after a reboot and some further reading I added the After= line in attempt to ensure the service isn’t trying to initiate before it should be possible.

      I can manually enable the service with or without the After= line with the same results of it actually working. Just doesn’t hold after a reboot.

      • @baseless_discourse
        link
        2
        edit-2
        2 months ago

        That is interesting. BTW, I don’t assume that command will run forever right, i.e. it will terminate relatively soon? so that could be why the service is deactivated, not because it is not run. You can try to add ; echo "command terminated" at the end of ExecStart to see if it is terminated, you can also try to echo the exit code to debug.

        If the program you use has a verbose mode, you can also try to turn it on to see if there is any error. EDIT: indeed, alsactrl restore --debug

        There is also a possiblity that this service is run before the device you need to restore is loaded, so it won’t have any effect.

        On a related note, did you install the program via your package manager, and what distro are you running. Because sometimes SELinux will block the program running. But the error message will say permission denied, instead of your message.