mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix hypridle systemd logs
This commit is contained in:
parent
c2564684da
commit
6527de32b5
|
@ -3,7 +3,7 @@ Description="Idle management daemon"
|
||||||
PartOf=graphica-session.target
|
PartOf=graphica-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/hypridle
|
ExecStart=/usr/bin/stdbuf -oL /usr/bin/hypridle
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue