diff mbox

[30/31] package/systemd: Default yes for timesyncd

Message ID 1467409891-9458-30-git-send-email-maxime.hadjinlian@gmail.com
State Changes Requested
Headers show

Commit Message

Maxime Hadjinlian July 1, 2016, 9:51 p.m. UTC
It seems logical to enable a few options along with systemd when it's
the init system.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/systemd/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index f91684e..5751918 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -310,6 +310,7 @@  config BR2_PACKAGE_SYSTEMD_TIMEDATED
 
 config BR2_PACKAGE_SYSTEMD_TIMESYNCD
 	bool "enable timesync daemon"
+	default y
 	help
 	  systemd-timesyncd is a service that may be used to synchronize the
 	  local system clock with a Network Time Protocol server.