polkit: remove unneeded service file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-17 20:41:49 +02:00
parent 506a8c88c7
commit 487612e847
2 changed files with 0 additions and 12 deletions

View File

@ -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
}

View File

@ -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