vault backup: 2024-10-07 15:13:40

This commit is contained in:
zleyyij 2024-10-07 15:13:40 -06:00
parent 2c92915be7
commit eccc9a9f6d

View File

@ -75,7 +75,7 @@ TasksMax=infinity
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
4. Start the service with `sudo systemctl enable nomad && sudo systemctl start nomad`. 4. Load the service file with `sudo systemctl daemon-reload`, then start the service with `sudo systemctl enable nomad && sudo systemctl start nomad`.
# Resources # Resources
- <https://developer.hashicorp.com/nomad/tutorials/get-started/gs-overview> - <https://developer.hashicorp.com/nomad/tutorials/get-started/gs-overview>
- <https://developer.hashicorp.com/nomad/docs/drivers> - <https://developer.hashicorp.com/nomad/docs/drivers>