Files
webmin--webmin/systemd/help/systemd_pidfile.html
T
2026-07-13 13:12:17 +08:00

8 lines
413 B
HTML

<header>PID file</header>
<p>Path to a PID file for <tt>forking</tt> services. This writes
<tt>PIDFile=</tt>.</p>
<p>Use an absolute path to the file written by the daemon after it forks, such
as <tt>/run/myapp.pid</tt>. This helps systemd identify the main process.</p>
<p>For user units, use a path writable by the selected user, typically below
the user's runtime directory such as <tt>/run/user/UID</tt>.</p>