mirror of
https://github.com/azlux/log2ram
synced 2024-11-23 13:56:30 +00:00
6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
systemctl enable log2ram
|
|
echo "##### Reboot to activate log2ram #####"
|
|
echo "##### edit /etc/log2ram.conf to configure options ####" |