Document systemd support and add example service file
This commit is contained in:
parent
d8bfa0a1a3
commit
891d056497
2 changed files with 20 additions and 0 deletions
15
resources/xwayland-satellite.service
Normal file
15
resources/xwayland-satellite.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue