summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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/