aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
blob: 17b54eaeb062f64771b0e66c3f64ff2505f88a23 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is a "service unit file" for the systemd init system to launch
# 'guix-daemon'.  Drop it in /etc/systemd/system or similar to have
# 'guix-daemon' automatically started.

[Unit]
Description=Build daemon for GNU Guix

[Service]
ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon \
    --build-users-group=guixbuild --discover=no
Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog

# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
# Some package builds (for example, go@1.8.1) may require even more than
# 1024 tasks.
TasksMax=8192

[Install]
WantedBy=multi-user.target
ref='/guix/commit/gnu/packages/sync.scm?id=5af27a82c3f95eaa560e2771b629a93693c7f442'>gnu: owncloud-client: Update to 2.3.4....* gnu/packages/sync.scm (owncloud-client): Update to 2.3.4. Efraim Flashner 2017-11-18gnu: owncloud-client: Don't check for updates....* gnu/packages/sync.scm (owncloud-client)[source]: Add patch. * gnu/packages/patches/owncloud-disable-updatecheck.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner 2017-09-17gnu: owncloud-client: Update to 2.3.3....* gnu/packages/sync.scm (owncloud-client): Update to 2.3.3. Efraim Flashner 2017-07-20gnu: qsyncthingtray: Update to 0.5.8....* gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.8. Tobias Geerinckx-Rice 2017-04-26gnu: owncloud-client: Update to 2.3.1....* gnu/packages/sync.scm (owncloud-client): Update to 2.3.1. [arguments]: Enable more tests. Efraim Flashner 2017-01-24gnu: Add lsyncd....* gnu/packages/sync.scm (lsyncd): New variable. Ricardo Wurmus 2016-12-23gnu: qsyncthingtray: Update to 0.5.7....* gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.7. Leo Famulari 2016-12-04gnu: Add qsyncthingtray....* gnu/packages/sync.scm (qsyncthingtray): New variable. Efraim Flashner 2016-12-04gnu: Rename owncloud.scm to sync.scm....* gnu/packages/owncloud.scm: Rename to ... * gnu/packages/sync.scm: ... this. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. Efraim Flashner