Browse Source

Update install.sh

pull/3/head
Sailing74 8 years ago
committed by GitHub
parent
commit
bbaebcf06b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      install.sh

+ 2
- 1
install.sh View File

@@ -3,7 +3,8 @@
if [ `id -u` -eq 0 ] if [ `id -u` -eq 0 ]
then then
cp log2ram.service /etc/systemd/system/log2ram.service cp log2ram.service /etc/systemd/system/log2ram.service
cp log2ram /usr/local/bin/log2ram
chmod 644 /etc/systemd/system/log2ram.server
cp log2ram /usr/local/bin/log2ram
chmod a+x /usr/local/bin/log2ram chmod a+x /usr/local/bin/log2ram
systemctl enable log2ram systemctl enable log2ram


Loading…
Cancel
Save