aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-chromium.service
blob: 48a82835b66d11825fcc4a01c35c984c734769cf (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Manage an x11 application
After=graphical-session.target
Requires=graphical-session.target

[Service]
Type=exec
ExecStart=chromium

[Install]
WantedBy=graphical-session.target