systemd-units: improve hwclock.service.

This commit is contained in:
Juan RP 2011-10-10 17:30:16 +02:00
parent 3e54485fda
commit 604946d793
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,8 @@ Before=basic.target
Type=oneshot
RemainAfterExit=yes
ExecStartPre=/sbin/modprobe -q rtc
ExecStart=/sbin/hwclock -s
ExecStart=/sbin/hwclock --hctosys --utc
ExecStop=/sbin/hwclock --systohc --utc
[Install]
WantedBy=basic.target

View file

@ -1,6 +1,6 @@
# Template file for 'systemd-units'
pkgname=systemd-units
version=0.5
version=0.6
build_style=custom-install
short_desc="Void GNU/Linux systemd units"
maintainer="Juan RP <xtraeme@gmail.com>"