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:
parent
93a2899c7b
commit
f379b758c9
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/networkmanager-applet.service
|
12
.config/systemd/user/networkmanager-applet.service
Normal file
12
.config/systemd/user/networkmanager-applet.service
Normal 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
|
Loading…
Reference in New Issue
Block a user