1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

systemd: add & enable nm-applet service

This commit is contained in:
Joe Groocock 2020-03-21 22:51:32 +00:00
parent 93a2899c7b
commit f379b758c9
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
/home/frebib/.config/systemd/user/networkmanager-applet.service

View File

@ -0,0 +1,12 @@
[Unit]
Description=NetworkManager Applet
After=graphical-session.target NetworkManager.service
Requires=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/nm-applet
Restart=on-failure
[Install]
WantedBy=desktop.target