mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Merge pull request #302 from aldrik/master
Cubox: alarm/marvell-libvmeta: Added [Install] section to service file
This commit is contained in:
commit
db72318fc9
2 changed files with 4 additions and 1 deletions
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue