summaryrefslogtreecommitdiff
path: root/packaging/connman-ntp.service
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/connman-ntp.service')
-rw-r--r--packaging/connman-ntp.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/connman-ntp.service b/packaging/connman-ntp.service
deleted file mode 100644
index 6ca46e25..00000000
--- a/packaging/connman-ntp.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Connman NTP service
-Requires=connman.service
-After=connman.service
-
-[Service]
-Type=oneshot
-ExecStart=/bin/bash -c "dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Clock.SetProperty string:'TimeUpdates' variant:string:'auto'"
-ExecStop=/bin/bash -c "dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Clock.SetProperty string:'TimeUpdates' variant:string:'manual'"
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target