diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-15 17:13:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-15 23:57:01 +0200 |
commit | d2825c96141c7b6844d9e04f982919c0509165e1 (patch) | |
tree | 9acde9173ef7d8888468954a00a420a3b139ebfa /.gitignore | |
parent | 64720891ae7edc33f963651c5ba2509513b1849a (diff) | |
download | guix-d2825c96141c7b6844d9e04f982919c0509165e1.tar guix-d2825c96141c7b6844d9e04f982919c0509165e1.tar.gz |
Add 'guix-daemon.service' file for systemd.
* etc/guix-daemon.service.in: New file, provided by Ricardo Wurmus.
* daemon.am (CLEANFILES): Add etc/guix-daemon.service.
(systemdservicedir, nodist_systemdservice_DATA): New variables.
(EXTRA_DIST): Add etc/guix-daemon.service.in.
* doc/guix.texi (Binary Installation, Build Environment Setup): Mention
'guix-daemon.service'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c1061d73e5..c7a6cddaa0 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,4 @@ GTAGS /doc/os-config-bare-bones.texi /doc/os-config-desktop.texi /doc/*.1 +/etc/guix-daemon.service |