lebensterben / awesome-clear-linux

Let's make Clear Linux distribution great
GNU General Public License v3.0
69 stars 20 forks source link

Update service files #26

Closed marioroy closed 2 years ago

marioroy commented 2 years ago

Currently the post installation script updates 2 service files. This PR updates all three service files nvidia-suspend, nvidia-resume, and nvidia-hibernate residing in /usr/lib/systemd/system/. The files in /etc are symbolic links to /usr/lib/systemd/system/.

/etc/systemd/system/systemd-suspend.service.requires/nvidia-suspend.service
/etc/systemd/system/systemd-suspend.service.requires/nvidia-resume.service
/etc/systemd/system/systemd-hibernate.service.requires/nvidia-hibernate.service
/etc/systemd/system/systemd-hibernate.service.requires/nvidia-resume.service
lebensterben commented 2 years ago

@marioroy Thanks.