summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2021-05-11 07:20:25 +0200
committerpks <pks@pks.rocks>2021-05-11 07:20:25 +0200
commit97ee70aafa781d36b47611e609e031a9358488a0 (patch)
tree6582345bbe5bbfe5c030203b629cde5f584cbdde /install
parent33e187277fea4a2d23152360549821e480f8d482 (diff)
mv
Diffstat (limited to 'install')
-rwxr-xr-xinstall11
1 files changed, 0 insertions, 11 deletions
diff --git a/install b/install
deleted file mode 100755
index 0977113..0000000
--- a/install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/bash
-
-sudo ln -s config/weather-logger-receiver.yaml /etc/
-sudo ln -s config/systemd/weather-logger-receiver.service /etc/systemd/system/
-sudo ln -s config/syslog/50weather-logger-receiver.conf /etc/rsyslog.d/
-sudo ln -s config/logrotate/weather-logger-receiver /etc/logrorate.d/
-
-useradd -M -s /bin/bash -G dialout weather-logger
-
-sudo mkdir -p /run/weather_logger/ /var/log/weather_logger/
-sudo chown weather-logger:weather-logger /run/weather_logger/ /var/log/weather_logger/