Re: rc.local.shutdown equivalent in systemd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Tue, Jul 24, 2012 at 12:38 PM, Rodrigo Rivas
<rodrigorivascosta@xxxxxxxxx> wrote:
> On Tue, Jul 24, 2012 at 4:31 AM, James Nelson <jnlson@xxxxxxx> wrote:
>
>> On 07/23/12 20:10, Manolo Martínez wrote:
>>
> [Unit]
>> Description=Unload module before shutdown
>> Before=shutdown.target
>>
>> [Service]
>> Type=oneshot
>> ExecStart=/usr/bin/rmmod modulename
>>
>> [Install]
>> WantedBy=multi-user.target
>>
>> Haven't tried it, might not work, no guarantees, etc..
>>
>
> Shouldn't it be just
>
> [Unit]
> Description=Unload module before shutdown
>
> [Service]
> Type=oneshot
> ExecStart=/usr/bin/rmmod modulename
>
> [Install]
> WantedBy=shutdown.target
>
> Without multi-user.target or Before=?

Better put Before= if it is important that the module is properly
removed before the machine is shut down.

Btw, you should probably file a bug against whatever module requires this...

-t


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux