diff options
author | David Runge <dave@sleepmap.de> | 2016-08-25 23:41:29 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-08-25 23:41:29 +0200 |
commit | 648b9b81a43e301693c77e13dc178b865e273d2b (patch) | |
tree | 7c0c0128577d954c9d125ddd341d2467da5e5759 | |
parent | 151eb35e7aa755693b1d5e75dc7a5e951842574a (diff) | |
download | uenv-648b9b81a43e301693c77e13dc178b865e273d2b.tar.gz uenv-648b9b81a43e301693c77e13dc178b865e273d2b.tar.bz2 uenv-648b9b81a43e301693c77e13dc178b865e273d2b.tar.xz uenv-648b9b81a43e301693c77e13dc178b865e273d2b.zip |
README.rst: Removing update-mirrorlist system services (project seems dead and there is now update-pacman-mirrorlist: https://aur.archlinux.org/packages/update-pacman-mirrorlist/).
-rw-r--r-- | README.rst | 14 | ||||
-rw-r--r-- | system/update-mirrorlist.service | 11 | ||||
-rw-r--r-- | system/update-mirrorlist.timer | 10 |
3 files changed, 0 insertions, 35 deletions
@@ -234,16 +234,6 @@ ___________ tmux attach -update-mirrorlist -_________________ -| |update-mirrorlist| is a script to update the system's |pacman| mirrorlist according to some predefined settings. Here it is started on a weekly basis according to a timer unit. -| To start/enable it, just do: - - .. code:: bash - - systemctl start update-mirrorlist.timer - systemctl enable update-mirrorlist.timer - weechat --user ______________ | The systemd user service *weechat.service* starts the |irc| client |weechat| in a separate |tmux| environment for the current user. @@ -385,10 +375,6 @@ ______________ <a href="http://www.freedesktop.org/software/systemd/man/loginctl.html" target="_blank">loginctl</a> -.. |update-mirrorlist| raw:: html - - <a href="https://github.com/ushis/update-mirrorlist" target="_blank">update-mirrorlist</a> - .. |pacman| raw:: html <a href="https://en.wikipedia.org/wiki/Arch_Linux#Pacman" target="_blank">pacman</a> diff --git a/system/update-mirrorlist.service b/system/update-mirrorlist.service deleted file mode 100644 index 9766df6..0000000 --- a/system/update-mirrorlist.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Update pacman mirrorlist -After=local-fs.target -ConditionFileIsExecutable=/usr/bin/update-mirrorlist - -[Service] -Nice=19 -IOSchedulingClass=2 -IOSchedulingPriority=7 -ExecStart=/usr/bin/update-mirrorlist - diff --git a/system/update-mirrorlist.timer b/system/update-mirrorlist.timer deleted file mode 100644 index 72d3688..0000000 --- a/system/update-mirrorlist.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Update pacman mirrorlist every Monday at 05:00 - -[Timer] -# Every Monday at 05:00 -OnCalendar=Mon *-*-* 05:00 -Persistent=true - -[Install] -WantedBy=timers.target |