Commit 22d8fa6f authored by Michael Tremer's avatar Michael Tremer

systemd: Rename location-downloader to location-update

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 889b932a
......@@ -18,7 +18,7 @@ Makefile.in
/src/python/location-exporter
/src/python/location-importer
/src/python/location-query
/src/systemd/location-downloader.service
/src/systemd/location-downloader.timer
/src/systemd/location-update.service
/src/systemd/location-update.timer
/test.db
/testdata.db
......@@ -256,8 +256,8 @@ CLEANFILES += \
if HAVE_SYSTEMD
systemdsystemunit_DATA = \
src/systemd/location-downloader.service \
src/systemd/location-downloader.timer
src/systemd/location-update.service \
src/systemd/location-update.timer
CLEANFILES += \
$(systemdsystemunit_DATA)
......@@ -267,8 +267,8 @@ INSTALL_DIRS += \
endif
EXTRA_DIST += \
src/systemd/location-downloader.service.in \
src/systemd/location-downloader.timer.in
src/systemd/location-update.service.in \
src/systemd/location-update.timer.in
# ------------------------------------------------------------------------------
......
......@@ -13,4 +13,4 @@ override_dh_perl:
dh_perl -d
override_dh_systemd_enable:
dh_systemd_enable location-downloader.timer
dh_systemd_enable location-update.timer
......@@ -4,4 +4,4 @@ Requires=network.target
[Service]
Type=oneshot
ExecStart=@bindir@/location-downloader update
ExecStart=@bindir@/location-query update
[Unit]
Description=Update location database once a day
Description=Update the location database once a day
[Timer]
OnCalendar=daily
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment