18922761a6
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
14 lines
248 B
Desktop File
14 lines
248 B
Desktop File
[Unit]
|
|
Description=hwclock setup
|
|
After=network.target acpid.service
|
|
Before=config.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/init.d/hwclock.sh start
|
|
ExecStop=/etc/init.d/hwclock.sh stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|