From 33e187277fea4a2d23152360549821e480f8d482 Mon Sep 17 00:00:00 2001 From: pks Date: Tue, 11 May 2021 07:19:59 +0200 Subject: install script --- install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 install (limited to 'install') diff --git a/install b/install new file mode 100755 index 0000000..0977113 --- /dev/null +++ b/install @@ -0,0 +1,11 @@ +#!/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/ -- cgit v1.2.3