Skip to content

Commit

Permalink
Don't daemon-reload when unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Mar 4, 2023
1 parent f97d4a2 commit 75117b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/killinuxfloor
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,8 @@ then
fi

# do away with 'changed on disk' warnings once and for all
sudo /bin/systemctl daemon-reload
# TODO this shouldn't be needed since the startup config change?
#sudo /bin/systemctl daemon-reload

# Add steamcmd.sh to PATH - symlinking won't work, it's trying to be too smart.
PATH="${PATH}:${HOME}/Steam"
Expand Down

0 comments on commit 75117b5

Please sign in to comment.