[systemd-devel] timesyncd on systems without battery

2021-01-04 Thread Daniel Tihelka
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

[systemd-devel] Socket activation in parallel?

2020-03-05 Thread Daniel Tihelka
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

Re: [systemd-devel] Mount a remote FS as a user

2019-02-12 Thread Daniel Tihelka via systemd-devel
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

[systemd-devel] Mount a remote FS as a user

2019-02-11 Thread Daniel Tihelka
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

Re: [systemd-devel] systemd-tmpfiles for the user instance of systemd

2015-07-07 Thread Daniel Tihelka
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

Re: [systemd-devel] systemd-tmpfiles for the user instance of systemd

2015-07-01 Thread Daniel Tihelka
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. &

[systemd-devel] systemd-tmpfiles for the user instance of systemd

2015-07-01 Thread Daniel Tihelka
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

Re: [systemd-devel] Best way of configuring service

2012-09-24 Thread Daniel Tihelka
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