dot-files/rc.local/etc/rc.local

10 lines
198 B
Plaintext
Raw Normal View History

2021-08-23 20:05:42 +02:00
#!/bin/bash
# /etc/rc.local
# file needed to correctly load kernel parameters at boot time
# on Ubuntu (ex. to disable ipv6) without modifying grub
/etc/sysctl.d
/etc/init.d/procps restart
exit 0