1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00
log2ram/install.sh

8 lines
160 B
Bash
Raw Normal View History

2016-04-18 12:07:33 +02:00
#!/bin/sh
2016-04-18 12:06:16 +02:00
cp log2ram.service /etc/systemd/system/log2ram.service
cp log2ram /usr/local/bin/log2ram
systemctl enable log2ram
2016-04-18 12:07:33 +02:00
echo "Reboot to activate log2ram"