Skip to content

Commit 468919d

Browse files
authored
Merge pull request #609 from 115100/fix/prepend-logind-with-number
release: prepend logind configuration with number
2 parents 83abd17 + dede3bf commit 468919d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/release/release.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ install -d %{buildroot}%{_cross_libdir}/systemd/network
202202
install -p -m 0644 %{S:1200} %{buildroot}%{_cross_libdir}/systemd/network/80-release.link
203203

204204
install -d %{buildroot}%{_cross_libdir}/systemd/logind.conf.d
205-
install -p -m 0644 %{S:1103} %{buildroot}%{_cross_libdir}/systemd/logind.conf.d/systemd-logind.conf
205+
install -p -m 0644 %{S:1103} %{buildroot}%{_cross_libdir}/systemd/logind.conf.d/80-inhibit-maxdelay.conf
206206

207207
cat >%{buildroot}%{_cross_libdir}/os-release <<EOF
208208
NAME=Bottlerocket
@@ -302,7 +302,7 @@ ln -s preconfigured.target %{buildroot}%{_cross_unitdir}/default.target
302302
%{_cross_libdir}/os-release
303303
%dir %{_cross_libdir}/repart.d
304304
%{_cross_libdir}/repart.d/80-local.conf
305-
%{_cross_libdir}/systemd/logind.conf.d/systemd-logind.conf
305+
%{_cross_libdir}/systemd/logind.conf.d/80-inhibit-maxdelay.conf
306306
%{_cross_libdir}/systemd/network/80-release.link
307307
%{_cross_libdir}/systemd/networkd.conf.d/80-release.conf
308308
%{_cross_libdir}/systemd/system.conf.d/80-release.conf

0 commit comments

Comments
 (0)