Last active
October 1, 2020 09:51
-
-
Save marcusscomputer/f18d4106fc8f35ccdab2a23b06247abb to your computer and use it in GitHub Desktop.
Service for APT Caches in SystemD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Update APT caches every hour | |
After=network.target | |
[Service] | |
Type=simple | |
Restart=always | |
ExecStart=/home/marcus-s/Private/Scripts/updateApt.sh | |
[Install] | |
WantedBy=multi-user.target | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment