diff --git a/pages/linux/systemctl-revert.md b/pages/linux/systemctl-revert.md new file mode 100644 index 00000000000000..6e548d8ade0e93 --- /dev/null +++ b/pages/linux/systemctl-revert.md @@ -0,0 +1,13 @@ +# systemctl revert + +> Revert unit files to their vendor versions. +> Undoes the effects of `edit`, `enable`, `disable`, `set-property`, and `mask`. +> More information: . + +- Revert unit files to their default settings: + +`systemctl revert {{unit1 unit2 ...}}` + +- Revert a user unit file: + +`systemctl revert {{unit}} --user`