We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6e5a6 commit 3098c39Copy full SHA for 3098c39
systemd/README.md
@@ -8,7 +8,7 @@ The provided systemd unit assumes you have the wireproxy executable installed on
8
9
1. Copy the `wireproxy.service` file from this directory to `/etc/systemd/system/`, or use the following cURL command to download it:
10
```bash
11
- sudo curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service > /etc/systemd/system/wireproxy.service
+ curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service | sudo tee /etc/systemd/system/wireproxy.service
12
```
13
14
2. If necessary, customize the unit.
0 commit comments