diff --git a/docs/service.md b/docs/service.md index 7e21e6c..aa8283e 100644 --- a/docs/service.md +++ b/docs/service.md @@ -27,3 +27,6 @@ like this: ```systemd exec sudo -u root wetty -p 80 >> /var/log/wetty.log 2>&1 ``` + +Systemd requires an absolute path for a unit's WorkingDirectory, consquently `$HOME` +will need updating to an absolute path in the `wetty.service` file.