aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-firefox.service
blob: 0d434cc092b1f77d0039e9b3f493d2b2058d5d6e (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=firefox

[Install]
WantedBy=graphical-session.target