Do not log reboots to utmp
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Tue, 18 Aug 2020 20:51:28 +0000 (22:51 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 20 Mar 2024 15:28:49 +0000 (16:28 +0100)
This functionality is not used by Tizen services.  Users can find
reboots using standard log facilities (journal).

Change-Id: Ie8926606ebb386684ba321ef4560eaec9143e4cf

packaging/systemd.spec

index 81ebfa7..8d0239f 100644 (file)
@@ -311,7 +311,9 @@ rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/sysinit.target.wants/sys-fs-fu
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/sysinit.target.wants/systemd-modules-load.service
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
+rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
+rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/systemd-update-utmp.service
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/systemd-volatile-root.service
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/systemd-tmpfiles-clean.timer
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/systemd-tmpfiles-clean.service
@@ -320,6 +322,7 @@ rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/systemd-remount-fs.service
 rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/local-fs.target.wants/systemd-remount-fs.service
 
 # Exclude ELF binaries
+rm -f %{buildroot}/%{_prefix}/lib/systemd/systemd-update-utmp
 rm -f %{buildroot}/%{_prefix}/lib/systemd/systemd-volatile-root
 rm -f %{buildroot}/%{_prefix}/lib/systemd/systemd-remount-fs
 rm -f %{buildroot}/%{_prefix}/lib/systemd/system-generators/systemd-fstab-generator