]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: drop recommendation to use absolute paths in ExecStart*= 30163/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Nov 2023 12:18:54 +0000 (13:18 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Nov 2023 12:23:44 +0000 (13:23 +0100)
commit99ad526f2ae579c412a1a756af684bbd445cc7ae
tree6b8dc9ee4eb12f3d041164213363fbd5ab9833d0
parent83d0edf5651b0e5861926363ce65f3e4a69fe08a
man: drop recommendation to use absolute paths in ExecStart*=

The only reason to recommend this would be if people had multiple commands
with the same name in the search path. This probably was never the best idea,
and it happens rarely anyway. Since the patch that dropped requirement for full
paths was introduced, we have dropped support for unmerged-usr and we're planning
to drop support for split-bin at some point too. Many people effectively have just
one directory in the search path, so there is even less reason to use an absolute
path. So let's recommend just using the command name, which makes the unit file
shorter and nicer to read.
man/systemd.service.xml