On Wed, Apr 17, 2024 at 5:31 PM Lennart Poettering
wrote:
> This is a place where distros should not depart from each
> other. Calling the user "nobody" and the group the same is simply the
> least surprising thing: it's comonly understood that user's which have
> their own matching groups should
On Wed, Apr 17, 2024 at 03:03:16PM -0600, Dan Nicholson wrote:
> I assume that this is just a script that does some post-processing on
> log files. In that case, I suggest that you use Type=oneshot with
> RemainAfterExit=no (the default). Then the service will actually wait
> until your script comp
On Thu, Apr 18, 2024 at 8:12 AM Brian Reichert wrote:
>
> On Wed, Apr 17, 2024 at 03:03:16PM -0600, Dan Nicholson wrote:
> > I assume that this is just a script that does some post-processing on
> > log files. In that case, I suggest that you use Type=oneshot with
> > RemainAfterExit=no (the defau
On Thu, Apr 18, 2024 at 09:23:29AM -0600, Dan Nicholson wrote:
> Since you likely don't have any units that depend on your service it
> likely doesn't make a big difference. To demonstrate, here's a stupid
> service I created:
>
> # cat /etc/systemd/system/foo.service
> [Service]
> Type=oneshot
>