alarm/marvell-libvmeta: Added [Install] section to service file

This commit is contained in:
Aldrik Dunbar 2012-11-17 10:44:44 +01:00
parent 5f2bf32a93
commit d31182a96e
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,7 @@ buildarch=4
pkgname="marvell-libvmeta"
pkgver=1.0
pkgrel=3
pkgrel=4
arch=('armv7h')
url="http://archlinuxarm.org"
depends=('marvell-libbmm')

View file

@ -8,3 +8,6 @@ Type=oneshot
ExecStart=/bin/sh -c "echo %I000000 > /sys/devices/platform/dove_clocks_sysfs.0/vmeta"
ExecStop=/bin/sh -c "echo 500000000 > /sys/devices/platform/dove_clocks_sysfs.0/vmeta"
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target