Browse Source
Merge pull request #285 from thehaxxa/patch-2
Document limitation of Systemd (WorkingDirectory)
pull/290/head
Cian Butler
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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. |
|
|
|