Re: [systemd-devel] Missing kernel service for systemd causes [email protected] to fail

2018-02-15 Thread tedheadster
>> >> Feb 14 23:48:57 intel486 systemd[1]: [email protected]: About to execute: >> /lib/systemd/systemd --user >> Feb 14 23:48:57 intel486 systemd[1]: [email protected]: Forked >> /lib/systemd/systemd as 111 >> Feb 14 23:48:57 intel486 systemd[1]: [email protected]: Changed dead -> start >> Feb 14 23:48:57

Re: [systemd-devel] Automatically stop a service when a dependent service exits

2018-02-15 Thread Jakob Schöttl
That's it. Great, Thank you! ___ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Automatically stop a service when a dependent service exits

2018-02-15 Thread Jérémy Rosen
StopWhenUnneeded in man:systemd.unit is probably what you want... On 15/02/2018 10:06, Jakob Schöttl wrote: Hi, can I ask a configuration question here? I have an upload.service, started by an upload.timer. The upload.service has a Require=ssh-tunnel.service (After= is also set). When the uplo

[systemd-devel] Automatically stop a service when a dependent service exits

2018-02-15 Thread Jakob Schöttl
Hi, can I ask a configuration question here? I have an upload.service, started by an upload.timer. The upload.service has a Require=ssh-tunnel.service (After= is also set). When the upload.service is finished how can I make systemd to also stop the ssh-tunnel.service? Currently I use systemctl s

Re: [systemd-devel] Missing kernel service for systemd causes [email protected] to fail

2018-02-15 Thread Mantas Mikulėnas
On Thu, Feb 15, 2018 at 3:05 AM, tedheadster wrote: > Team, > I have compiled my linux kernel using 'allnoconfig' and added back > in all the kernel options that have been documented as necessary for > systemd. I'm still getting an error. It fails trying to start > [email protected], and it is rela