mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 10:39:45 +00:00
remove systemd service file
This commit is contained in:
parent
dee0a481ae
commit
cd75c143a6
1 changed files with 0 additions and 16 deletions
|
@ -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
|
|
Loading…
Reference in a new issue