Browse Source

Document limitation of Systemd (WorkingDirectory)

Update documentation expressing limitation of systemd, which prevents the system file as detailed from working without a change to the `WorkingDirectory`. Specifically the use of relative path names.
pull/285/head
Harrison Pace 4 years ago
committed by GitHub
parent
commit
9f8121bdd9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/service.md

3
docs/service.md

@ -27,3 +27,6 @@ like this:
```systemd ```systemd
exec sudo -u root wetty -p 80 >> /var/log/wetty.log 2>&1 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.

Loading…
Cancel
Save