Skip to content

Commit 2222aaa

Browse files
committed
Note for DO
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a94ffde commit 2222aaa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/deployment/edge.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ cd faasd
8383
./hack/install.sh
8484
```
8585

86+
## Fix for DigitalOcean Droplets (VMs)
87+
88+
Droplets on DigitalOcean have journalctl disabled, and use the legacy syslog service instead, this prevents log from being fetched for specific services and functions.
89+
90+
```bash
91+
curl -SsLfL https://raw.githubusercontent.com/openfaas/faasd/refs/heads/master/hack/enable-journal.sh -o enable-journal.sh
92+
93+
# Feel free to read/browse the script before running it
94+
chmod +x enable-journal.sh
95+
sudo ./enable-journal.sh
96+
```
8697

8798
## Documentation and handbook
8899

0 commit comments

Comments
 (0)