diff --git a/.profile b/.profile index a73c37ca..a4a81d83 100644 --- a/.profile +++ b/.profile @@ -86,7 +86,9 @@ command -v pacman >/dev/null 2>&1 && appendpath "${HOME}/.local/bin/pacman" ## mcron: needs to be run after PATH is fully set or else local programs could ## be missing. if command -v mcron >/dev/null 2>&1; then - mcron & + # TODO: Only start if not already started? + # pkill mcron + mcron & fi ## Remove less history.