X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=units%2Frc-local.service.in;h=78ce69e0aec02f93c3b00a7c54b3c18873381fc9;hb=75910ed9f40471d3d25684ae61d242dbc2766f5a;hp=97d44a7a27aebe8d074825db8fc458d8e8e79b16;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=thirdparty%2Fsystemd.git diff --git a/units/rc-local.service.in b/units/rc-local.service.in index 97d44a7a27a..78ce69e0aec 100644 --- a/units/rc-local.service.in +++ b/units/rc-local.service.in @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1+ +# # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it @@ -9,6 +11,7 @@ # systemd-rc-local-generator if @RC_LOCAL_SCRIPT_PATH_START@ is executable. [Unit] Description=@RC_LOCAL_SCRIPT_PATH_START@ Compatibility +Documentation=man:systemd-rc-local-generator(8) ConditionFileIsExecutable=@RC_LOCAL_SCRIPT_PATH_START@ After=network.target @@ -17,4 +20,4 @@ Type=forking ExecStart=@RC_LOCAL_SCRIPT_PATH_START@ start TimeoutSec=0 RemainAfterExit=yes -SysVStartPriority=99 +GuessMainPID=no