forked from pool/pommed
bc7b638f56
- removed init.d script and added a systemd service file - symlinked pommed.service so it starts by default. - removed rpmlint filter... we do not install in kde3 anymore - added a resonable settings, pommed.conf, works fine on my MBP7,1 OBS-URL: https://build.opensuse.org/request/show/133875 OBS-URL: https://build.opensuse.org/package/show/Base:System/pommed?expand=0&rev=14
12 lines
191 B
Desktop File
12 lines
191 B
Desktop File
[Unit]
|
|
Description="keyboard lights and more for apple laptops"
|
|
After=dbus.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.pommed
|
|
ExecStart=/usr/sbin/pommed -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|