mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-24 16:30:18 -04:00
Remove unused TimeoutStartSec keys from default config files
These cause journal messages like ``` /usr/lib/systemd/system.conf.d/00-kde-linux-default.conf:6: Unknown key 'TimeoutStartSec' in section [Manager], ignoring. ``` And https://www.man7.org/linux/man-pages/man5/systemd-system.conf.5.html shows that they are not used.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# SPDX-FileCopyrightText: 2025 Thomas Duckworth <tduck@filotimoproject.org>
|
||||
|
||||
[Manager]
|
||||
TimeoutStartSec=8s
|
||||
DefaultTimeoutStartSec=16s
|
||||
DefaultTimeoutStopSec=8s
|
||||
# Increase the maximum locked memory limit to allow apps which may require this
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
# SPDX-FileCopyrightText: 2025 Thomas Duckworth <tduck@filotimoproject.org>
|
||||
|
||||
[Manager]
|
||||
TimeoutStartSec=8s
|
||||
DefaultTimeoutStartSec=16s
|
||||
DefaultTimeoutStopSec=8s
|
||||
# Increase the maximum locked memory limit to allow apps which may require this
|
||||
|
||||
Reference in New Issue
Block a user