From 6f2bfb0340ec304a206a1771bb6fae34749c6af3 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 7 Mar 2022 19:25:41 +0100 Subject: [PATCH] Fix systemd service enable command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2441369..f58948c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Restart=always [Install] WantedBy=multi-user.target ``` -3. Enable the service: `sudo systemd enable fx_cast` +3. Enable the service: `sudo systemctl enable --now fx_cast` ### Package managers * #### Arch Linux (AUR) - https://aur.archlinux.org/packages/fx_cast/