mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-07-16 22:16:11 +08:00
6 lines
183 B
SYSTEMD
6 lines
183 B
SYSTEMD
[Unit]
|
|
Description=Run desktop applications under X11
|
|
|
|
BindsTo=graphical-session.target
|
|
Wants=graphical-session-pre.target graphical-session.target
|
|
After=graphical-session-pre.target
|