Document systemd support and add example service file

This commit is contained in:
Shawn Wallace 2024-07-07 15:55:24 -04:00
parent d8bfa0a1a3
commit 891d056497
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[Unit]
Description=Xwayland outside your Wayland
BindsTo=graphical-session.target
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target
[Service]
Type=notify
NotifyAccess=all
ExecStart=/usr/local/bin/xwayland-satellite
StandardOutput=journal
[Install]
WantedBy=graphical-session.target