From b83d5f5b4d02dcf324bd8ef9d9d653916949ccfd Mon Sep 17 00:00:00 2001 From: Francisco Pombal <17580742+FranciscoPombal@users.noreply.github.com> Date: Tue, 4 May 2021 00:48:41 +0100 Subject: [PATCH] sudo $EDITOR -> sudoedit --- ...ebUI-only,-systemd-service-set-up,-Ubuntu-15.04-or-newer).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.