nmstate.service - Man Page
Apply /etc/nmstate network states
Synopsis
nmstate.service
Description
nmstate.service invokes nmstatectl service command which apply all network state files ending with .yml in /etc/nmstate folder. By default, the network state file will be renamed with the suffix .applied after applying it. This is to prevent it being applied again when the service runs next.
With /etc/nmstate/nmstate.conf holding below content:
[service] keep_state_file_after_apply = true
The nmstate.service will not remove network state file, just copy applied network stata to file with the suffix .applied after applying it.
Bug Reports
Report bugs on nmstate GitHub issues <https://github.com/nmstate/nmstate>.
Copyright
License Apache 2.0 or any later version <https://www.apache.org/licenses/LICENSE-2.0.txt>
See Also
Referenced By
August 24, 2024 2.2.35 nmstate.service man page