diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-24 09:23:11 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-24 09:23:11 +0100 |
| commit | 332d7903f52c2bf3741b04ac2d01cd9018b70800 (patch) | |
| tree | 86c36b8ebda45fb0f284b8aca1dd9b3f15cf340c /.gitignore | |
| parent | b7230de54b493da5a78922b4226255763b525a98 (diff) | |
Add system start-up files for "guix publish".
* .gitignore: add etc/guix-publish.conf and /etc/guix-publish.service.
* etc/guix-publish.conf.in: New file.
* etc/guix-publish.service.in: New file.
* nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Generalized former
build-rules for by using patterns.
(nodist_systemdservice_DATA): Add etc/guix-publish.service, update
comment.
(nodist_upstartjob_DATA): Add etc/guix-publish.conf, update comment.
* doc/guix.texi (Invoking guix publish): Add description for enabling
"guix publish" on host distros using the new files.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 329d489713f..b64f5ef4b04 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -50,6 +50,8 @@ | |||
| 50 | /emacs/guix-helper.scm | 50 | /emacs/guix-helper.scm |
| 51 | /etc/guix-daemon.conf | 51 | /etc/guix-daemon.conf |
| 52 | /etc/guix-daemon.service | 52 | /etc/guix-daemon.service |
| 53 | /etc/guix-publish.conf | ||
| 54 | /etc/guix-publish.service | ||
| 53 | /guix-daemon | 55 | /guix-daemon |
| 54 | /guix-register | 56 | /guix-register |
| 55 | /guix/config.scm | 57 | /guix/config.scm |
