clean up nextcloud-aio
This commit is contained in:
@@ -33,7 +33,7 @@ This has been tested working on Fedora 41 with selinux and firewalld enabled.
|
||||
|
||||
```bash
|
||||
sudo useradd nextcloud
|
||||
sudo loginctl enable-linger nextcloud
|
||||
sudo loginctl enable-linger $(id -u nextcloud)
|
||||
```
|
||||
|
||||
### Install Podman
|
||||
@@ -41,7 +41,6 @@ sudo loginctl enable-linger nextcloud
|
||||
```bash
|
||||
# As admin user
|
||||
sudo dnf install podman
|
||||
sudo loginctl enable-linger 1001 # Or whatever user nextcloud is
|
||||
|
||||
# Now SSH into the server as the nextcloud user
|
||||
systemctl --user enable podman-restart
|
||||
|
||||
Reference in New Issue
Block a user