remove old services and add new
This commit is contained in:
13
.config/systemd/user/polkit-gnome.service
Normal file
13
.config/systemd/user/polkit-gnome.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Polkit GNOME Authentication Agent
|
||||
After=graphical-session.target
|
||||
Wants=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
Restart=on-failure
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user