add topologyviews plugin, better online status detection
This commit is contained in:
parent
92650a89cf
commit
1698eca669
4
Makefile
4
Makefile
@ -2,10 +2,12 @@
|
|||||||
cert-renew.sh = $(CHROOT)/etc/ssl/cert-renew.sh
|
cert-renew.sh = $(CHROOT)/etc/ssl/cert-renew.sh
|
||||||
nginx_conf = $(CHROOT)/etc/nginx/nginx.conf.orig
|
nginx_conf = $(CHROOT)/etc/nginx/nginx.conf.orig
|
||||||
|
|
||||||
systemd-units: appliance/PostgreSQL-Backup.sh appliance/backup.service appliance/backup.timer appliance/cert-renew.service appliance/cert-renew.timer
|
systemd-units: appliance/PostgreSQL-Backup.sh appliance/backup.service appliance/backup.timer appliance/cert-renew.service appliance/cert-renew.timer appliance/override-systemd-networkd-wait-online.conf
|
||||||
mkdir -p $(CHROOT)/usr/local/bin
|
mkdir -p $(CHROOT)/usr/local/bin
|
||||||
cp appliance/PostgreSQL-Backup.sh $(CHROOT)/usr/local/bin/
|
cp appliance/PostgreSQL-Backup.sh $(CHROOT)/usr/local/bin/
|
||||||
cp appliance/backup.service appliance/backup.timer appliance/cert-renew.service appliance/cert-renew.timer $(CHROOT)/etc/systemd/system/
|
cp appliance/backup.service appliance/backup.timer appliance/cert-renew.service appliance/cert-renew.timer $(CHROOT)/etc/systemd/system/
|
||||||
|
mkdir -p $(CHROOT)/etc/systemd/system/systemd-networkd-wait-online.service.d
|
||||||
|
cp appliance/override-systemd-networkd-wait-online.conf $(CHROOT)/etc/systemd/system/systemd-networkd-wait-online.service.d/override.conf
|
||||||
|
|
||||||
$(02firstboot): appliance/02firstboot.start
|
$(02firstboot): appliance/02firstboot.start
|
||||||
mkdir -p $(CHROOT)/usr/local/bin
|
mkdir -p $(CHROOT)/usr/local/bin
|
||||||
|
4
appliance/override-systemd-networkd-wait-online.conf
Normal file
4
appliance/override-systemd-networkd-wait-online.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
systemd-networkd-wait-online.service.d/override.conf
|
||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online -i eth0
|
@ -1,5 +1,5 @@
|
|||||||
# Netbox
|
# Netbox
|
||||||
www-apps/netbox branching ldap
|
www-apps/netbox branching ldap topoviews
|
||||||
|
|
||||||
# Nginx / uWSGI
|
# Nginx / uWSGI
|
||||||
app-misc/mime-types nginx
|
app-misc/mime-types nginx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user