no x flag for logr2ram.server (#3)

no x flag for logr2ram.server
This commit is contained in:
Sailing74 2016-08-02 20:55:15 +02:00 committed by azlux
parent 8da521ab25
commit e50a968dce
1 changed files with 1 additions and 1 deletions

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