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

[Service]
Type=exec
ExecStart=/usr/bin/nm-applet
Restart=on-failure

[Install]
WantedBy=desktop.target