Re: [systemd-devel] Reload simple

2023-10-27 Thread Donald Buczek
Best Donald > > Thanks -- Donald Buczek buc...@molgen.mpg.de Tel: +49 30 8413 1433

Re: [systemd-devel] Is it possible to change the cgroup uid/gid for a systemd slice?

2023-08-31 Thread Donald Buczek
LL; int r; r = cg_get_path_and_check(controller, path, NULL, &fs); if (r < 0) return r; r = mkdir_parents(fs, 0755); if (r < 0) return r; r = RET_NERRNO(mkdir(fs, 0755)); D. > > Thanks, > -- Donald Buczek buc...@molgen.mpg.de Tel: +49 30 8413 1433

Re: [systemd-devel] Append to logfile with year-month

2023-08-24 Thread Donald Buczek
tCacheUsage.log > > and at the beginning of the month move it if it exists with a timed service, > but I really would not like that kind of solution. > > -- > Cecil Westerhof -- Donald Buczek buc...@molgen.mpg.de Tel: +49 30 8413 1433

[systemd-devel] sd-event: sd_event_source_set_io_handler()

2023-07-29 Thread Donald Buczek
the state somewhere else. Exchanging the event source would probably also work, but it has a lot more overhead. Best Donald -- Donald Buczek buc...@molgen.mpg.de Tel: +49 30 8413 1433