diff options
| author | Liam <[email protected]> | 2021-01-05 02:41:39 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-05 02:41:39 +0000 |
| commit | c2afd2c2dc4efda1b41f0320e243f2f264e26b8d (patch) | |
| tree | f6886c48e2e3ce861e54c5d11e452400bb901a8f /docs | |
| parent | Create systemd guide (diff) | |
| download | host.fuwn.me-c2afd2c2dc4efda1b41f0320e243f2f264e26b8d.tar.xz host.fuwn.me-c2afd2c2dc4efda1b41f0320e243f2f264e26b8d.zip | |
Update systemd.md
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 |