Re: [systemd-devel] Custom nobody user/group name not equivalent

2024-04-18 Thread Opty
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

Re: [systemd-devel] (solved) Re: How to chain services driven by a timer?

2024-04-18 Thread Brian Reichert
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

Re: [systemd-devel] (solved) Re: How to chain services driven by a timer?

2024-04-18 Thread Dan Nicholson
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

Re: [systemd-devel] (solved) Re: How to chain services driven by a timer?

2024-04-18 Thread Brian Reichert
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 >