Files
Waybar/resources/waybar.service.in
T

15 lines
381 B
Plaintext
Raw Normal View History

2019-09-07 19:57:35 +02:00
[Unit]
2025-05-31 23:07:26 +02:00
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors
2019-09-07 19:57:35 +02:00
Documentation=https://github.com/Alexays/Waybar/wiki/
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target
2019-09-07 19:57:35 +02:00
[Service]
ExecStart=@prefix@/bin/waybar
ExecReload=kill -SIGUSR2 $MAINPID
2020-11-30 23:11:51 -05:00
Restart=on-failure
2019-09-07 19:57:35 +02:00
[Install]
WantedBy=graphical-session.target