diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-18 10:34:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-18 10:34:35 +0200 |
commit | e6f997a7918d4e53f765b866d3775cc38d1a7ee5 (patch) | |
tree | dc96ae1815808e63a01041a49749f662bc7dc64f /etc/buildfile | |
parent | 64e889f0ca84121a4e92840f9283cf9cf36279e6 (diff) |
Add systemd-based setup instruction for periodic loader execution
Diffstat (limited to 'etc/buildfile')
-rw-r--r-- | etc/buildfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/buildfile b/etc/buildfile index fc192b6..c2db5cf 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -2,8 +2,8 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -define conf: file -conf{*}: extension = conf -conf{*}: install = data/etc +./: file{brep-module.conf brep-apache2.conf} \ +systemd/file{brep-loader.service brep-loader.timer} -./: conf{brep-module brep-apache2} +install = data/etc +systemd/: install = data/etc/systemd |