This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
log2ram
mirror of
https://github.com/azlux/log2ram.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
no x flag for logr2ram.server (
#3
)
no x flag for logr2ram.server
pull/7/head
Sailing74
8 years ago
committed by
azlux
parent
8da521ab25
commit
e50a968dce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+ 1
- 1
install.sh
View File
@@ -3,7 +3,7 @@
if [ `id -u` -eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
chmod
a+x
/etc/systemd/system/log2ram.service
chmod
644
/etc/systemd/system/log2ram.service
cp log2ram /usr/local/bin/log2ram
chmod a+x /usr/local/bin/log2ram
systemctl enable log2ram
Write
Preview
Loading…
Cancel
Save