profile: Comment on mcron zombies

master
Pierre Neidhardt 2019-03-18 10:52:06 +01:00
parent 02b1a28da3
commit 6b8ec1501c
1 changed files with 3 additions and 1 deletions

View File

@ -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.