Files
Waybar/resources/waybar.service.in
T

15 lines
382 B
Plaintext
Raw Normal View History

2019-09-07 19:57:35 +02:00
[Unit]
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
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