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
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
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
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
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
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