kopia lustrzana https://github.com/cyoung/stratux
rodzic
362a2ffb39
commit
659e7860a2
|
@ -0,0 +1,2 @@
|
||||||
|
# Ignore gen_gdl90. stratux.log is written directly from the process.
|
||||||
|
if $programname == 'gen_gdl90' then ~
|
|
@ -40,6 +40,7 @@ cp image/dhcpd.conf work/bin/
|
||||||
cp image/interfaces work/bin/
|
cp image/interfaces work/bin/
|
||||||
cp image/logrotate.conf work/bin/
|
cp image/logrotate.conf work/bin/
|
||||||
cp image/logrotate_d_stratux work/bin/
|
cp image/logrotate_d_stratux work/bin/
|
||||||
|
cp image/rsyslog_d_stratux work/bin/
|
||||||
|
|
||||||
cp test-data/ahrs/ahrs_table.log work/bin/
|
cp test-data/ahrs/ahrs_table.log work/bin/
|
||||||
cp ahrs_approx work/bin/
|
cp ahrs_approx work/bin/
|
||||||
|
|
|
@ -23,6 +23,9 @@ ln -fs /lib/systemd/system/stratux.service /etc/systemd/system/multi-user.target
|
||||||
cp -f hostapd.conf /etc/hostapd/hostapd.conf
|
cp -f hostapd.conf /etc/hostapd/hostapd.conf
|
||||||
cp -f hostapd-edimax.conf /etc/hostapd/hostapd-edimax.conf
|
cp -f hostapd-edimax.conf /etc/hostapd/hostapd-edimax.conf
|
||||||
|
|
||||||
|
#rsyslog config
|
||||||
|
cp -f rsyslog_d_stratux /etc/rsyslog.d/stratux.conf
|
||||||
|
|
||||||
#logrotate config
|
#logrotate config
|
||||||
cp -f logrotate.conf /etc/logrotate.conf
|
cp -f logrotate.conf /etc/logrotate.conf
|
||||||
cp -f logrotate_d_stratux /etc/logrotate.d/stratux
|
cp -f logrotate_d_stratux /etc/logrotate.d/stratux
|
||||||
|
|
Ładowanie…
Reference in New Issue