chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<header>Restart policy</header>
<p>Controls when systemd restarts the service after it exits. This writes
<tt>Restart=</tt>.</p>
<p><tt>no</tt> disables automatic restarts. <tt>on-failure</tt> restarts after
non-zero exits, signals, timeouts, and watchdog failures. <tt>always</tt>
restarts after almost any exit except an explicit stop by systemd.</p>
<p><tt>on-success</tt>, <tt>on-abnormal</tt>, <tt>on-abort</tt>, and
<tt>on-watchdog</tt> are narrower policies. For ordinary server processes,
<tt>on-failure</tt> is usually the practical choice.</p>