diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/systemd.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/systemd.md b/docs/systemd.md index f68ff2c..6700bb8 100644 --- a/docs/systemd.md +++ b/docs/systemd.md @@ -6,6 +6,8 @@ You will need to edit the parameters: - `WorkingDirectory` to the **FULL** path to your chibisafe, `/home/chibisafe/chibisafe` for example. - `EnvironmentFile` the same as the above, with the addition of `/.env`, `/home/chibisafe/chibisafe/.env` +Example below. + ```[Unit] Description=chibisafe, easy to use file uploader After=network.target |