Skip to content

Commit

Permalink
Merge branch 'main' into fix/1947_display_ip
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 29, 2023
2 parents 0ef7ac5 + c7a6125 commit 91798e0
Show file tree
Hide file tree
Showing 79 changed files with 4,573 additions and 501 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@

**Bugfixes**

- Ubuntu Server installer [\#1944]
- Ubuntu Desktop requires 4 GB RAM

**Refactors**

3 changes: 1 addition & 2 deletions etc/repository/iso/ru/astra.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Astra Linux 2.12
description: Astra Linux Orel 2 64 bits
url: https://mirrors.edge.kernel.org/astra/stable/2.12_x86-64/iso/
file_re: orel-2..*\d.iso
md5_url: $url/orel-2.*md5
file_re: orel-current.iso
arch: amd64
xml: bionic-amd64.xml
xml_volume: bionic64-volume.xml
Expand Down
2 changes: 1 addition & 1 deletion etc/rvd_front.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
,session_timeout_admin2 => 60*60

,auto_view => 0
,fallback => 0
,fallback => 1
,log => {
log => 0
,file => '/var/log/ravada/rvd_front.log'
Expand Down
2 changes: 2 additions & 0 deletions etc/systemd/rvd_back.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RemainAfterExit=yes
SyslogIdentifier=rvd_back
PIDFile=/var/run/rvd_back.pid
ExecStart=/usr/sbin/rvd_back &
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target
Expand Down
2 changes: 2 additions & 0 deletions etc/systemd/rvd_front.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ SyslogIdentifier=rvd_front
ExecStart=/usr/bin/hypnotoad /usr/sbin/rvd_front -f
ExecStop=/usr/bin/hypnotoad -s /usr/sbin/rvd_front
ExecReload=/usr/bin/hypnotoad /usr/sbin/rvd_front
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target
Expand Down
Loading

0 comments on commit 91798e0

Please sign in to comment.