mobinmob
mobinmob
No longer [wip], as I am no longer going to work on it - I have completed the changes I set out to make. I will hapilly justify my changes...
@paper42 Thank you for taking the time to review this PR. I tried to add very few comments, because other shell scripts in the project have **excellent** comments and this...
> why remove die/error_out and add bailout? there's a die() in lib.sh. and why no longer use print_step? IMO if we start putting => in front of info_msgs that should...
The first experimental batch of user service frontends is now on a [PR](https://github.com/mobinmob/void-66-services/pull/20). In order to distinguish them from system services that run the same daemon with `@runas` they have...
I have no problem with changing it :) Ι just want something that will distinguish service files that will run only as user services by their name.
@fungilife What you descibe is the reason this issue is still open and my (and @gspe https://github.com/mobinmob/void-66-services/pull/35 ) user services are not yet merged. Before the release of utlogd it...
> > @mobinmob the way to go is have both "system-wide" services and user services > > I understand and fully agree, the reason I brought it to your attention...
> > What do you think if they have `_user` suffix instead of `_us`? `_us` makes me think of **United States**, such a localization. `_user` is more obvious > >...
Thank you for taking this up! My first services were like that - but much simpler ofc :) > > i'm assuming that the service should use `/etc/default/postgresql`, for compatibility...
> * how to derive `PGDATA` from `PGROOT` if the latter is 'sourced' via `execl-envfile`. Is this possible? I have never done that with execline... It should be though, I...