1
0
Fork 0
mirror of https://github.com/hyprwm/hypridle.git synced 2025-02-13 21:22:06 +01:00
hypridle/systemd/hypridle.service.in
2024-04-17 09:35:26 +03:00

14 lines
339 B
SYSTEMD

[Unit]
Description=Hyprland's idle daemon
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/hypridle
Restart=on-failure
[Install]
WantedBy=graphical-session.target