diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2017-05-25 14:50:55 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2017-05-25 15:32:37 +0900 |
commit | 34342b942afc124fcec9252af650a2407a47f2d7 (patch) | |
tree | 18407522f16492f529106adc14a89e0769835c1c | |
parent | 5277116516cda8ccc5140867c19312c7f8d3c896 (diff) | |
download | systemd-34342b942afc124fcec9252af650a2407a47f2d7.tar.gz systemd-34342b942afc124fcec9252af650a2407a47f2d7.tar.bz2 systemd-34342b942afc124fcec9252af650a2407a47f2d7.zip |
packaging: Disable systemd-tmpfiles-clean.timersubmit/tizen/20170525.063631accepted/tizen/unified/20170531.082509
If you change the time in 15 minutes after booting,
some files in /tmp are removed by systemd-tmpfiles-clean.service.
Also, VD and MCD does't want tmpfile cleanup to be run.
I have modified the timer to not run automatically at boot time.
The timer and service are left unerased.
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I5ce99c5a37488e5a89af6a49f32150cc7391a5ef
-rw-r--r-- | packaging/systemd.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/systemd.spec b/packaging/systemd.spec index 6c6fc735bb..a4374a8c0c 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -269,6 +269,7 @@ rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/sysinit.target.wants/systemd-b 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/multi-user.target.wants/systemd-ask-password-wall.path +rm -rf %{buildroot}/%{_prefix}/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer # Move macros to the proper location for Tizen mkdir -p %{buildroot}%{_sysconfdir}/rpm |