Re: [systemd-devel] Best approach to run python service in virtualenv with systemd

2016-04-17 Thread Lennart Poettering
On Thu, 14.04.16 15:40, Stanislav Kopp ([email protected]) wrote: > yes, looks normal to me. > > mercurial:/srv/kallithea# cat kallithea.pid > 7410mercurial:/srv/kallithea# So this suggests that your service doesn't place a trailing newline in that file, which isn't pretty, but actually shouldn

Re: [systemd-devel] Easier alternative to SystemCallFilter

2016-04-17 Thread Lennart Poettering
On Sat, 16.04.16 11:48, Topi Miettinen ([email protected]) wrote: > Hello, > > SystemCallFilter, while a nice feature, is not easy to use because there > are hundreds of system calls to be managed. > > I'm proposing to add a simpler way to prepare seccomp filters (to > complement SystemCallFilt