|
|
|
@ -449,14 +449,14 @@ sudo systemctl disable Mistborn-<service name> |
|
|
|
Locate the correct folder: `sudo ls -ahl /opt/mistborn_volumes/extra/` |
|
|
|
Locate the correct folder: `sudo ls -ahl /opt/mistborn_volumes/extra/` |
|
|
|
|
|
|
|
|
|
|
|
**Be careful:** |
|
|
|
**Be careful:** |
|
|
|
Now remove the folder: `sudo rm -rf /opt/mistborn_volumes/extra/<service name>` |
|
|
|
Now remove the folder: `sudo rm -r /opt/mistborn_volumes/extra/<service name>` |
|
|
|
|
|
|
|
|
|
|
|
- Remove the variables file |
|
|
|
- Remove the variables file |
|
|
|
|
|
|
|
|
|
|
|
Locate the file: `sudo ls -ahl /opt/mistborn/.envs/.production/` |
|
|
|
Locate the file: `sudo ls -ahl /opt/mistborn/.envs/.production/` |
|
|
|
|
|
|
|
|
|
|
|
**Be careful:** |
|
|
|
**Be careful:** |
|
|
|
Now remove the file: `sudo rm -f /opt/mistborn/.envs/.production/.<service name>` |
|
|
|
Now remove the file: `sudo rm /opt/mistborn/.envs/.production/.<service name>` |
|
|
|
|
|
|
|
|
|
|
|
Now you can restart the service from the GUI or manually and it should be a first run experience. |
|
|
|
Now you can restart the service from the GUI or manually and it should be a first run experience. |
|
|
|
|
|
|
|
|
|
|
|
|