Hello,
I run systemd on a NAS without internal-clock-holding battery, so I think
that
the systemd-timesyncd sets the time to the last known value after restart
and
syncs it from the network when on-line. Is it right?
Now, I have a shutdown timer unit, which powers the NAS off at the given
time.
Ho
Hello,
I am adding socket activation to a daemon. It basically works well, but for
multiple simultaneous connections, the systemd seems to serialize the
incoming requests, spawning the daemon for each request only after the
previous request is served (i.e. the daemon terminates).
Is it really the
required. Or has this way a
security flow I don't see?
Thanks,
DT
On Mon, Feb 11, 2019 at 6:27 PM Lennart Poettering
wrote:
>
> On Mo, 11.02.19 15:59, Daniel Tihelka (dtihe...@gmail.com) wrote:
>
> > Hello,
> > I can mount a shared file system (sshfs in particular) as an
Hello,
I can mount a shared file system (sshfs in particular) as an ordinary user.
Now I would like to have it handled by systemd on-demand (automount).
However, creating the automount unit and starting it fails with error:
~ $ systemctl --user status run-mount-dt-ARTIC.automount
● run-mount-dt-A
On Friday 03 of July 2015 20:31:42 Lennart Poettering wrote:
> On Wed, 01.07.15 12:35, Daniel Tihelka (dtihe...@gmail.com) wrote:
> > Hello,
> > does anyone have an experience with the use of systemd-tmpfiles for the
> > user instance of systemd.
>
> This is currently
On Wednesday 01 of July 2015 12:00:59 Dimitri John Ledkov wrote:
> Heya,
Hello,
thank for the reply.
> On 1 July 2015 at 11:35, Daniel Tihelka wrote:
> > Hello,
> > does anyone have an experience with the use of systemd-tmpfiles for the
> > user instance of systemd.
&
Hello,
does anyone have an experience with the use of systemd-tmpfiles for the user
instance of systemd.
I ended with the following files (all copied from system service definitions
and
adjusted):
* systemd-tmpfiles-setup.service:
[Unit]
DefaultDependencies=no
[Service]
Type=oneshot
RemainAf
On 9/24/12, Lennart Poettering wrote:
> On Sun, 23.09.12 23:04, Dan Tihelka (dtihe...@gmail.com) wrote:
>
>> Dear all,
>> I porting the start scripts of cruisecontrol system to the native systemd
>>
>> service configuration. It goes quiet well, the only "trouble" I have with
>> the
>> options conf