On 01/25/15 08:36, Alex Regan wrote:
> I have a set of commands that I need to run after my fedora21 desktop has 
> completed booting. Should I just create a whole sysv init script in 
> /etc/rc.d/init.d, or is there a more updated way using systemd without having 
> to create a whole service around it?
>
> The commands I want to run are:
>
> for i in /sys/bus/usb/devices/*/power/autosuspend; do echo 2 > $i; done
>
> I'd like to disable the power management for USB devices, as once the desktop 
> goes into suspend, the USB keyboard/mouse won't wake it up. The desktop is 
> also blanked when accessing it through tigervnc.
>
> root doesn't always login, or I would otherwise just put it in the bashrc.
>
> These commands seem to fix it.

Read the comments in /lib/systemd/system/rc-local.service and follow the 
instructions.

-- 
If you can't laugh at yourself, others will gladly oblige.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to