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

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

[Install]
WantedBy=wayland-session.target