diff --git a/Running-qBittorrent-without-X-server-(WebUI-only,-systemd-service-set-up,-Ubuntu-15.04-or-newer).md b/Running-qBittorrent-without-X-server-(WebUI-only,-systemd-service-set-up,-Ubuntu-15.04-or-newer).md index 958f318..2c36452 100644 --- a/Running-qBittorrent-without-X-server-(WebUI-only,-systemd-service-set-up,-Ubuntu-15.04-or-newer).md +++ b/Running-qBittorrent-without-X-server-(WebUI-only,-systemd-service-set-up,-Ubuntu-15.04-or-newer).md @@ -87,7 +87,7 @@ On Ubuntu, system-wide `systemd` service definition files are located under `/et Create a new file, `/etc/systemd/system/qbittorrent.service`, and edit it with the appropriate permissions and text editor of your choice, for example: ```sh -sudo nano /etc/systemd/system/qbittorrent.service +sudoedit /etc/systemd/system/qbittorrent.service ``` Save the file with the following contents or similar.