Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Pawel Pastuszak
I guess i would uses so custom logic to do this.. Thanks Kay for the help. Pawel On Mon, Mar 19, 2012 at 11:12 AM, Kay Sievers wrote: > On Mon, Mar 19, 2012 at 16:02, Pawel Pastuszak > wrote: > > I am not sure if i made my self clear, what i am doing is and custom > distro > > for an custom e

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 16:02, Pawel Pastuszak wrote: > I am not sure if i made my self clear, what i am doing is and custom distro > for an custom embedded device, which i want to have the ability to upgrade > the system in runtime, which i need to ability to to stop my custom driver > modules fo

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Pawel Pastuszak
Kay, I am not sure if i made my self clear, what i am doing is and custom distro for an custom embedded device, which i want to have the ability to upgrade the system in runtime, which i need to ability to to stop my custom driver modules for the upgrade. So this is why i was asking what is the be

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 15:02, Pawel Pastuszak wrote: > So in this case how would you support upgrading the kernel module? > The main reason to do the module unload is so you can upgrade the module to > an new version. Just do that _in_ the running service; systemd can not help with native tools

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Pawel Pastuszak
Hi Kay, So in this case how would you support upgrading the kernel module? The main reason to do the module unload is so you can upgrade the module to an new version. Pawel On Mon, Mar 19, 2012 at 9:56 AM, Kay Sievers wrote: > On Mon, Mar 19, 2012 at 14:42, Pawel Pastuszak > wrote: > > I am n

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 14:42, Pawel Pastuszak wrote: > I am new to to systemd, i trying to learn how to the configuration files > using system vs the old method of sysv with init.d script so i have couple > scripts that i uses currently for loading couple custom drivers and i like > to cover them