summaryrefslogtreecommitdiffstatshomepage
path: root/wayland/.config/systemd/user/wl-mpris-idle-inhibit.service
blob: be67705951f086165b34cfaa64f15e2dc70ae983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Idle management daemon for Wayland
PartOf=wayland-session.target
After=wayland-session.target
ConditionFileIsExecutable=/usr/bin/wl-mpris-idle-inhibit

[Service]
Type=simple
ExecStart=/usr/bin/wl-mpris-idle-inhibit
Restart=on-failure

[Install]
WantedBy=wayland-session.target