aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/buildfile2
-rw-r--r--etc/systemd/brep-load.service (renamed from etc/systemd/brep-loader.service)2
-rw-r--r--etc/systemd/brep-load.timer (renamed from etc/systemd/brep-loader.timer)2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/buildfile b/etc/buildfile
index 9ebcf27..4910076 100644
--- a/etc/buildfile
+++ b/etc/buildfile
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
./: file{brep-module.conf brep-apache2.conf} \
-systemd/file{brep-loader.service brep-loader.timer}
+systemd/file{brep-load.service brep-load.timer}
install = data/etc
systemd/: install = data/etc/systemd
diff --git a/etc/systemd/brep-loader.service b/etc/systemd/brep-load.service
index dec7944..34a7c9a 100644
--- a/etc/systemd/brep-loader.service
+++ b/etc/systemd/brep-load.service
@@ -3,7 +3,7 @@ Description=brep repository loader service
[Service]
Type=oneshot
-ExecStart=/home/brep/install/bin/brep-loader /home/brep/config/brep-loader.conf
+ExecStart=/home/brep/install/bin/brep-load /home/brep/config/brep-load.conf
[Install]
WantedBy=default.target
diff --git a/etc/systemd/brep-loader.timer b/etc/systemd/brep-load.timer
index 22ff22b..713cb31 100644
--- a/etc/systemd/brep-loader.timer
+++ b/etc/systemd/brep-load.timer
@@ -4,7 +4,7 @@ RefuseManualStart=no
RefuseManualStop=no
[Timer]
-Unit=brep-loader.service
+Unit=brep-load.service
# Don't keep track of the timer across reboots.
#