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

systemd: nm-applet requires NetworkManger to run

Require NetworkManager tmp files before attempting to start nm-applet,
else it will fail to start if NetworkManager is not actually running.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-08-23 02:22:04 +01:00
parent a912db8044
commit 21f7a2b75c
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -2,6 +2,7 @@
Description=NetworkManager Applet
After=graphical-session.target NetworkManager.service
Requires=graphical-session.target
ConditionPathExists=/run/NetworkManager
[Service]
Type=simple