Noah-Huppert / linux-install

Void installation
MIT License
5 stars 0 forks source link

Managing user service with Salt? #17

Open Noah-Huppert opened 3 years ago

Noah-Huppert commented 3 years ago

I have setup runsvdir to execute as each user and use $HOME/.sv as the SVDIR. This makes it so users can have per user services. However with this method I cannot figure out how to make Salt manage these user services as well.

Right now I need to figure out how to do this so that I can make the ipfs user services restart if their service definition changes.