Tagged Questions
1
vote
0answers
118 views
How to write a systemd script that runs usb_modeswitch and connects to the internet at startup?
I have a cisco AM10 wireless adapter and every boot, I need to run
usb_modeswitch -v 1307 -p 1169 -L -I -u -l
to get it to function as an adapter.
Then I have to run a netcfg profile to connect to ...
1
vote
1answer
541 views
How to modprobe radeon and turn off card at start with systemd?
ArchLinux has completly replaced rc.conf with systemd. I used /etc/rc.local to modprobe radeon module and turn it off using vgaswitcheroo.
modprobe radeon && echo OFF > ...
1
vote
0answers
68 views
How to make system startup to not wait on particular systemd service start
I have few virtual machines running under libvirt, and they are stared on the host system startup. This is controlled by libvirtd.service systemd configuration.
This delays the availability of the ...