hot fixes

This commit is contained in:
guinux
2013-02-02 14:02:18 +01:00
parent 1909911197
commit c57bf16d37
9 changed files with 29 additions and 21 deletions

View File

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

View File

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