From f208ce1bb15930b97d7e6d12b17b52d91278901c Mon Sep 17 00:00:00 2001 From: affficionado Date: Sat, 15 May 2021 23:58:05 +0300 Subject: Systemd patch (#163) * update system service location * update binary location * Add hint for systemd-service and install-dir --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e3976d2..bacc3d0 100644 --- a/README.md +++ b/README.md @@ -219,10 +219,9 @@ alt + shift + x ``` ### Lockscreen when suspended(systemd service) - ```sh # move service file to proper dir (the aur package does this for you) -cp betterlockscreen@.service /etc/systemd/system/ +cp betterlockscreen@.service /usr/lib/systemd/system/ # enable systemd service systemctl enable betterlockscreen@$USER @@ -230,12 +229,13 @@ systemctl enable betterlockscreen@$USER # disable systemd service systemctl disable betterlockscreen@$USER - # Note: Now you can call systemctl suspend to suspend your system # and betterlockscreen service will be activated # so when your system wakes your screen will be locked. ``` +**Hint:** The systemd-unit expects betterlockscreen to be installed in "/usr/local/bin", so maybe you want to check or change this! + --- ### Countributing -- cgit v1.2.3