diff --git a/nm-applet.service b/nm-applet.service new file mode 100644 index 0000000..d078111 --- /dev/null +++ b/nm-applet.service @@ -0,0 +1,10 @@ +[Unit] +Description=Tray applet and an advanced network connection editor +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/nm-applet + +[Install] +WantedBy=labwc-session.target