aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/firefox.service
blob: 869d1bd1682be89d52a3668d5bdd8f6de71318b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Start Firefox
PartOf=graphical-session.target

[Service]
Type=exec
ExecStart=/bin/sh -c "exec $HOME/.local/bin/firefox"
Restart=on-failure

[Install]
WantedBy=desktop.target