• 1 Post
  • 24 Comments
Joined 1 year ago
cake
Cake day: September 5th, 2023

help-circle



  • I’m not trying to be obtuse and I’m not against supporting artists. I’m just pointing out that a lot of people don’t want stuff they won’t use even if it does offer support. That’s why everyone will typically offer wearable merch. If you bought it based on how it looks chances are you’ll wear it. The reality is cds don’t get much use anymore, vinyls don’t travel and most people can’t tell the difference in quality or haven’t taken the time to notice it and will never unless taught.













  • 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.