You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my system runit's runsvdir has to be explicitly run after login as I've not managed to use systemd to start this as a per-user system service and would prefer to avoid adding this kind of logic to my shell's profile.
However if I cannot convince systemd to run this as a system service with User=%i instantiation I'll have to probably involve the login shell with something like:
On my system runit's
runsvdir
has to be explicitly run after login as I've not managed to use systemd to start this as a per-user system service and would prefer to avoid adding this kind of logic to my shell's profile.However if I cannot convince systemd to run this as a system service with
User=%i
instantiation I'll have to probably involve the login shell with something like:There's also the potential to use pam's
pam_exec
but that might involve even more wrappers.The text was updated successfully, but these errors were encountered: