]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/rc-local.service.in
Merge pull request #12012 from keszybz/generator-man-docs
[thirdparty/systemd.git] / units / rc-local.service.in
index d4db1747ed1eece7fb7ebb35ec970ec0bafd06f4..78ce69e0aec02f93c3b00a7c54b3c18873381fc9 100644 (file)
@@ -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,3 +20,4 @@ Type=forking
 ExecStart=@RC_LOCAL_SCRIPT_PATH_START@ start
 TimeoutSec=0
 RemainAfterExit=yes
+GuessMainPID=no