File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 7
7
- ' **.md'
8
8
branches :
9
9
- master
10
+ - ubuntu24
10
11
jobs :
11
12
prepare :
12
13
name : Create Release
34
35
strategy :
35
36
matrix :
36
37
RELEASE :
38
+ - 24.04
37
39
- 22.04
38
40
- 20.04
39
41
- 18.04
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Curently the following linuxes are supported
7
7
* Ubuntu 18.04
8
8
* Ubuntu 20.04
9
9
* Ubuntu 22.04
10
+ * Ubuntu 24.04
10
11
* Debian Buster
11
12
* Debian Bullseye
12
13
* Devuan Beowulf
Original file line number Diff line number Diff line change @@ -91,6 +91,14 @@ systemctl enable create_hosts_file.service
91
91
cp remove_dockerenv_file.service /etc/systemd/system
92
92
systemctl enable remove_dockerenv_file.service
93
93
94
+ # Revert systemd's tcp wrapper for ssh. This really only applies to 24.04,
95
+ # but won't cause a failure on earlier versions.
96
+ systemctl disable --now ssh.socket
97
+ rm -f /etc/systemd/system/ssh.service.d/00-socket.conf
98
+ rm -f /etc/systemd/system/ssh.socket.d/addresses.conf
99
+ systemctl daemon-reload
100
+ systemctl enable --now ssh.service
101
+
94
102
# Remove the divert that disables services
95
103
rm -f /sbin/initctl
96
104
dpkg-divert --local --rename --remove /sbin/initctl
You can’t perform that action at this time.
0 commit comments