Re: Replacement for rc.local

2015-01-25 Thread poma
2 -- 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 ques

Re: Replacement for rc.local

2015-01-25 Thread poma
On 25.01.2015 01:36, Alex Regan wrote: > The commands I want to run are: > > for i in /sys/bus/usb/devices/*/power/autosuspend; do echo 2 > $i; done > A deuce is the default $ cat /sys/bus/usb/devices/*/power/autosuspend|uniq -- users mailing list users@lists.fedoraproject.org To unsubscribe

Re: Replacement for rc.local

2015-01-24 Thread Tim
On Sat, 2015-01-24 at 19:36 -0500, Alex Regan wrote: > 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. Is this a desktop PC? There may be jumpers on the motherboard so that the USB ports still get power i

Re: Replacement for rc.local

2015-01-24 Thread Ed Greshko
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 aroun

Replacement for rc.local

2015-01-24 Thread Alex Regan
Hi, 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: