#883266 Don't use DefaultDependencies=no in etckeeper.service

#883266#5
Date:
2017-12-01 12:49:51 UTC
From:
To:
etckeeper.service currently has

DefaultDependencies=no
Conflicts=shutdown.target
After=local-fs.target time-sync.target
Before=shutdown.target

DefaultDependencies=no (and specifying dependencies explicitly) is
usually only required for starting services early during boot or late on
shutdown. Unless this is required in this case, I would suggest to use
DefaultDependencies=yes (which is the default). So the above 4 lines
would be reduced to:

After=time-sync.target