aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/systemd/user/swayosd-server.service
blob: 21934eb3f92c138ffdd7877c03e1b88bede12eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
PartOf=graphical-session.target
Description=SwayOSD server
After=graphical-session.target
Requisite=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/swayosd-server
Restart=on-failure
Slice=background-graphical.slice

[Install]
WantedBy=graphical-session.target