remove systemd service file

This commit is contained in:
GNUxeava 2022-02-21 10:17:15 +05:30
parent dee0a481ae
commit cd75c143a6

View file

@ -1,16 +0,0 @@
[Unit]
Description = Lock screen when going to sleep/suspend
Before=sleep.target
Before=suspend.target
[Service]
User=%I
Type=simple
Environment=DISPLAY=:0
ExecStart=/usr/local/bin/betterlockscreen --lock
TimeoutSec=infinity
ExecStartPost=/usr/bin/sleep 1
[Install]
WantedBy=sleep.target
WantedBy=suspend.target