Commit 883d027
committed
fix: move StartLimitIntervalSec and StartLimitBurst to [Unit] section
Fixes #541
systemd was logging warnings:
Unknown key name 'StartLimitIntervalSec' in section 'Service'
Unknown key name 'StartLimitBurst' in section 'Service'
These keys belong in the [Unit] section, not [Service].
Moved them from common_hardening to header_common in the correct section.
Verified with:
- dune build (passes)
- dune runtest (211 tests pass)1 parent 94e78a6 commit 883d027
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
311 | | - | |
312 | | - | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments