Re: [systemd-devel] pyload.service

2012-11-06 Thread Sw@g
On 06/11/12 04:21, Lucas De Marchi wrote: On Mon, Nov 5, 2012 at 1:19 PM, Sw@g wrote: Dear all, As a Archlinux user which adopted systemd for the best, I moved my system to it. I follow the wiki to start pyLoad as a service creating the following file: /etc/systemd/system/pyload.service (swee

Re: [systemd-devel] pyload.service

2012-11-06 Thread Colin Guthrie
'Twas brillig, and Sw@g at 05/11/12 15:19 did gyre and gimble: > Dear all, > > As a Archlinux user which adopted systemd for the best, I moved my > system to it. I follow the wiki to start pyLoad as a service creating > the following file: > /etc/systemd/system/pyload.service (sweetth being my use

Re: [systemd-devel] Unable to run systemd in an LXC / cgroup container.

2012-11-06 Thread Michael H. Warfield
On Mon, 2012-10-22 at 16:11 +0200, Lennart Poettering wrote: > Note that there are reports that LXC has issues with the fact that newer > systemd enables shared mount propagation for all mounts by default (this > should actually be beneficial for containers as this ensures that new > mounts appear

Re: [systemd-devel] pyload.service

2012-11-06 Thread Sw@g
On 06/11/12 09:41, Colin Guthrie wrote: 'Twas brillig, and Sw@g at 05/11/12 15:19 did gyre and gimble: Dear all, As a Archlinux user which adopted systemd for the best, I moved my system to it. I follow the wiki to start pyLoad as a service creating the following file: /etc/systemd/system/pylo

Re: [systemd-devel] pyload.service

2012-11-06 Thread Colin Guthrie
'Twas brillig, and Sw@g at 06/11/12 18:18 did gyre and gimble: > > On 06/11/12 09:41, Colin Guthrie wrote: >> 'Twas brillig, and Sw@g at 05/11/12 15:19 did gyre and gimble: >>> Dear all, >>> >>> As a Archlinux user which adopted systemd for the best, I moved my >>> system to it. I follow the wiki

[systemd-devel] Journal API demo application: "tallow" - a fail2ban replacement

2012-11-06 Thread Kok, Auke-jan H
Hi folks, I wrote a demo application that uses the journal API to scan for SSH bruteforce logs in the journal, called "tallow". I posted the project on my github page: https://github.com/sofar/tallow tallow "tails" the ssh messages and looks for failed logins from root and unknown users, and

[systemd-devel] "systemd-inhibit" in service files?

2012-11-06 Thread Manuel Reimer
Hello, if I want a daemon to, for example listen for the power button, then there are two possible solutions. Either configure systemd to not longer handle the power button or register an "inhibitor" to make systemd stop handling the power button. Is it good practice to use "systemd-inhibit"