many little improvements

This commit is contained in:
guinux
2013-02-27 15:15:51 +01:00
parent 6d29958378
commit 96728a14b0
7 changed files with 384 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
[D-BUS Service]
Name=org.manjaro.pamac
Exec=/usr/bin/python /usr/lib/python3.3/site-packages/pamac/pamac-daemon.py
Exec=/usr/bin/pamac-daemon
User=root
SystemdService=pamac.service

View File

@@ -5,6 +5,6 @@ STATUS=$2 # The new state of the interface
case "$STATUS" in
'up') # $INTERFACE is up
pamac-check-updates
/usr/bin/pamac-check-updates
;;
esac

View File

@@ -4,4 +4,4 @@ Description=Pamac
[Service]
Type=dbus
BusName=org.manjaro.pamac
ExecStart=/usr/bin/python /usr/lib/python3.3/site-packages/pamac/pamac-daemon.py
ExecStart=/usr/bin/pamac-daemon