Commit b8ece7f7 authored by Mikhail Efremov's avatar Mikhail Efremov

slinux/xfce: Added local-time hook.

Set system time to local time.
parent 42d7025a
#!/bin/bash
# Set system time to local time.
CONFIG="/etc/sysconfig/clock"
sed -i 's/^UTC=true/UTC=false/' "$CONFIG"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment