• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: September 5th, 2023

help-circle




  • HATEFISH@midwest.socialtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    4 months ago

    Sorry I wasn’t granular enough for you I figured you’d get the whole thought - if I am not allowed to sell anything but ice cars ( can only use WebKit on the largest group of consumers) what would be the incentive for me to create one unless I can also afford to create a platform or brand to release them on (nobody with the capital to do this is going to make something to the benefit of the users)













  • This one seemed perfect but nothing lasts after the reboot for whatever reason. If i manually re-enable the service its all good so I suspect theres no issue with the below - I added the after=multi-user.target after the first time it didn’t hold after reboot.

    
    [Unit]
    Description=Runs alsactl restore to fix microphone loop into headphones
    After=multi-user.target
    [Service]
    ExecStart=alsactl restore
    
    [Install]
    WantedBy=multi-user.target
    

    When I run a status check it shows it deactivates as soon as it runs

    Apr 11 20:32:24 XXXXX systemd[1]: Started Runs alsactl restore to fix microphone loop into headphones.
    Apr 11 20:32:24 XXXXX systemd[1]: alsactl-restore.service: Deactivated successfully.