mirror of
git://git.savannah.gnu.org/guix/guix-cuirass.git
synced 2024-12-29 11:40:16 +01:00
01c9398225
…and add a note about customisation to the header comment. etc/cuirass-remote-worker.service.in (Description): ‘remmote’ → ‘remote’.
16 lines
652 B
SYSTEMD
16 lines
652 B
SYSTEMD
# This is a "service unit file" for the systemd init system to launch
|
|
# 'cuirass remote-worker'. Drop it in /etc/systemd/system or similar
|
|
# to have 'cuirass remote-worker' automatically started. Adjust the
|
|
# --workers= and --server= parameters to suit your set-up.
|
|
|
|
[Unit]
|
|
Description=Continuous integration remote worker for GNU Guix
|
|
|
|
[Service]
|
|
ExecStart=@guix_localstatedir@/guix/profiles/per-user/root/guix-profile/bin/cuirass \
|
|
remote-worker --workers=2 --server=10.0.0.1:5555
|
|
Environment= LC_ALL=en_US.UTF-8 \
|
|
'GUIX_LOCPATH=@guix_localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|