You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ks_config.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -753,6 +753,21 @@ Used to configure the network.
753
753
}
754
754
```
755
755
756
+
### _"services":_ (optional)
757
+
- A dictionary of systemd service names and their desired states.
758
+
- The state must be one of: `enabled`, `disabled`, `masked`.
759
+
- By default, `sshd` is `masked` unless explicitly enabled or disabled. This prevents it from being started automatically by other services via `Wants=` dependencies.
0 commit comments