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:
Nate Graham
2026-04-27 10:16:46 -06:00
parent f2963f9821
commit 97d533f02a
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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