Skip to content

Commit 5baaefc

Browse files
committed
minor fixes
1 parent d02eae8 commit 5baaefc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

self-hosting/methods/podman-quadlets.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before we start, make sure you've got these covered:
2222
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null
2323
```
2424

25-
3. Refresh your package lists
25+
3. Refresh your package lists.
2626
```bash
2727
sudo apt update
2828
```
@@ -109,7 +109,7 @@ Check that all services are running correctly:
109109
systemctl --user status plane-{db,redis,mq,minio}.service
110110
```
111111

112-
3. Check backend services
112+
3. Check backend services.
113113
```bash
114114
systemctl --user status {api,worker,beat-worker,migrator,monitor}.service
115115
```
@@ -118,7 +118,7 @@ Check that all services are running correctly:
118118
```bash
119119
systemctl --user status {web,space,admin,live,proxy}.service
120120
```
121-
121+
122122
Your Plane installation should now be running successfully with Podman Quadlets. This setup provides automatic service restart capabilities and standard systemd management commands for maintaining your installation.
123123

124124
## Troubleshoot

0 commit comments

Comments
 (0)