From 4bae31d8019e37614df38151a5148a005a382405 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 6 Dec 2020 00:15:33 +0100 Subject: [PATCH] Use env. variable AOAP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da66549..ce7e684 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ sudo chmod 600 /etc/samba/credentials/data ### Enable services ``` -sudo systemctl enable slock@ap.service +sudo systemctl enable slock@$USER.service sudo systemctl enable --now mnt-data.automount ```