Skip to content

Instantly share code, notes, and snippets.

@mitsutaka
Last active March 24, 2017 07:43
Show Gist options
  • Save mitsutaka/7d6652afe1515349bb94bdbaf853de42 to your computer and use it in GitHub Desktop.
Save mitsutaka/7d6652afe1515349bb94bdbaf853de42 to your computer and use it in GitHub Desktop.
Automatically update timezone after network connection by NetworkManager
#!/bin/sh
#
# require: https://github.com/cdown/tzupdate
# path: /etc/NetworkManager/dispatcher.d/tzupdate
if [ "$2" = "up" ]; then
tzupdate
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment