diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..d0edbf9 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +cp log2ram.service /etc/systemd/system/log2ram.service +cp log2ram /usr/local/bin/log2ram +systemctl enable log2ram