vitorpy's Dotfiles
at main 11 lines 234 B view raw
1[Unit] 2Description=Automatic Timezone Detection and Update 3After=network-online.target 4Wants=network-online.target 5 6[Service] 7Type=oneshot 8ExecStart=%h/.config/systemd/user/scripts/update-timezone.sh 9 10[Install] 11WantedBy=default.target