Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions example/systemd/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The `squirrel.unit` file is an example systemd unit file for keeping the squirrel service running.
The `squirrel.service` file is an example systemd unit file for keeping the squirrel service running.


- change the configuration flags under `[Service]`.
- `sudo cp squirrel.unit /etc/systemd/system/`
- `sudo cp squirrel.service /etc/systemd/system/`
- `sudo systemctl start squirrel.service`

# Useful commands
Expand All @@ -20,6 +20,9 @@ sudo systemctl stop squirrel.service
sudo systemctl restart squirrel.service
sudo systemctl status squirrel.service
```
# Useful variables
Environment="HTTP_PROXY=http://proxy.company.com:port/"
Environment="HTTPS_PROXY=http://proxy.company.com:port/"

Tail logs:
```
Expand Down
File renamed without changes.