mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 10:39:45 +00:00
changed sbin to usr/bin in service file
This commit is contained in:
parent
7774266ee6
commit
d6883077ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Type=simple
|
||||||
Environment=DISPLAY=:0
|
Environment=DISPLAY=:0
|
||||||
ExecStart=/usr/bin/betterlockscreen --lock
|
ExecStart=/usr/bin/betterlockscreen --lock
|
||||||
TimeoutSec=infinity
|
TimeoutSec=infinity
|
||||||
ExecStartPost=/sbin/sleep 1
|
ExecStartPost=/usr/bin/sleep 1
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sleep.target
|
WantedBy=sleep.target
|
||||||
|
|
Loading…
Reference in a new issue