mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
polkit: remove unneeded service file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -51,8 +51,6 @@ post_makeinstall_target() {
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service polkit.service
|
||||
|
||||
echo "chmod 4755 $INSTALL/usr/bin/pkexec" >> $FAKEROOT_SCRIPT
|
||||
echo "chmod 4755 $INSTALL/usr/lib/polkit-1/polkit-agent-helper-1" >> $FAKEROOT_SCRIPT
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=PolicyKit daemon
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/lib/polkit-1/polkitd --no-debug
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user