alarm/fake-hwclock fix another typo

This commit is contained in:
moonman 2013-12-21 21:28:40 -07:00
parent 11f7142ff8
commit 53ae9b4d3b
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
pkgname=fake-hwclock
pkgver=0.1
pkgrel=3
pkgrel=4
pkgdesc="Saves time on shutdown and restores it on boot from a file"
arch=('arm')
license=('GPL')
@ -14,7 +14,7 @@ source=('fake-hwclock.sh'
'fake-hwclock.service')
md5sums=('8264f56630b0ed3299b51a43f3854285'
'7eab8d4ac4665148d9239fbd1514c1d3')
'8a328ff872a092dcdf86088ae2c20fd3')
package() {
mkdir -p "${pkgdir}/usr/lib/systemd/"{scripts,system}

View file

@ -4,8 +4,8 @@ After=sysinit.target
[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/savesettime.sh set
ExecStop=/usr/lib/systemd/scripts/savesettime.sh save
ExecStart=/usr/lib/systemd/scripts/fake-hwclock.sh set
ExecStop=/usr/lib/systemd/scripts/fake-hwclock.sh save
RemainAfterExit=true
[Install]