]> git.ipfire.org Git - thirdparty/systemd.git/commit
run: simplify timer property handling 43047/head
authorLennart Poettering <lennart@amutable.com>
Thu, 16 Jul 2026 14:44:44 +0000 (16:44 +0200)
committerLennart Poettering <lennart@amutable.com>
Fri, 17 Jul 2026 22:01:47 +0000 (00:01 +0200)
commit1f360f0abd7d6d289e986e3c25786cd77bb0aaf0
treec6ddad7653457c188b49cf544175ecc6dc351e03
parent9793dde16e690d4af0756a3396f91109980dafac
run: simplify timer property handling

Let's make timer prop handling less special, and more like path/socket
handling. Let's move the checks for at least one OnXYZ= setting to a
common place at the end of parsing, instead of explicit checks for each
property.
src/run/run.c