aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
blob: 78f04714eb3b051024ad9d13f8e82e03a3b1a4fa (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 publish'.  Drop it in /etc/systemd/system or similar to have
# 'guix publish' automatically started.

[Unit]
Description=Publish the GNU Guix store
Requires=guix-daemon.service
PartOf=guix-daemon.service
After=guix-daemon.service

[Service]
ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181
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>.
TasksMax=1024

[Install]
WantedBy=multi-user.target
n class='msg-tooltip'>* gnu/packages/messaging.scm (libstrophe): Update to 0.9.3. Tobias Geerinckx-Rice 2019-11-02gnu: hangups: Fix build....* gnu/packages/messaging.scm (hangups)[propagated-inputs]: Use python-protobuf-3.6 specifically. Tobias Geerinckx-Rice 2019-11-01gnu: prosody: Update to 0.11.3....* gnu/packages/messaging.scm (prosody): Update to 0.11.3. Clément Lassieur 2019-10-28gnu: profanity: Enable pgp support....* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-pgp. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-10-28gnu: profanity: Add configure flags so that build fails if libs are missing....* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-c-plugins and --enable-otr. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-10-28gnu: profanity: Update home-page URL....* gnu/packages/messaging.scm (profanity)[home-page]: Update URL. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-10-28gnu: profanity: Add configure flags for better defaults....* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-omemo, --enable-notifications and --enable-icon, [native-inputs]: add libnotify and libsignal-protocol-c. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-10-25gnu: profanity: Correct indentation....* gnu/packages/messaging.scm (profanity): Correct indentation. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-10-25gnu: profanity: Update to 0.7.1....* gnu/packages/messaging.scm (profanity): Update to 0.7.1, [uri]: update source URL to the one provided on the website. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-10-17gnu: telegram-purple: Update to 1.4.2....* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.2. Tobias Geerinckx-Rice 2019-10-15gnu: quaternion: Wrap with extra inputs....* gnu/packages/messaging.scm (quaternion)[inputs]: Add qtquickcontrols2. [arguments]: Use WRAP-QT-PROGRAM. Tobias Geerinckx-Rice 2019-10-06gnu: quaternion: Update to 0.0.9.4c....* gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4c. Tobias Geerinckx-Rice 2019-10-06gnu: libqmatrixclient: Update to 0.5.2....* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.2. Tobias Geerinckx-Rice 2019-09-29gnu: znc: Update to 1.7.5....* gnu/packages/messaging.scm (znc): Update to 1.7.5. Tobias Geerinckx-Rice 2019-09-23gnu: utox: Update to 0.17.1....* gnu/packages/messaging.scm (utox): Update to 0.17.1. Rutger Helling 2019-07-17gnu: telegram-purple: Update to 1.4.1....* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier 2019-06-25gnu: znc: Enable internationalisation....* gnu/packages/messaging.scm (znc)[arguments]: Want i18n. [native-inputs]: Add the required boost and gettext-minimal packages. Tobias Geerinckx-Rice 2019-06-25gnu: znc: Build with CMake....* gnu/packages/messaging.scm (znc)[build-system]: Use the CMAKE-BUILD-SYSTEM. [arguments]: Adjust #:configure-flags and where the googletest sources are unpacked. Tobias Geerinckx-Rice 2019-06-25gnu: znc: Don't refer to native-inputs....* gnu/packages/messaging.scm (znc)[native-inputs]: Move run-time perl & python… [inputs]: …here, in alphabetical order. Tobias Geerinckx-Rice 2019-06-24gnu: znc: Switch back to Guix's googletest package....* gnu/packages/messaging.scm (znc)[native-inputs]: Use the packaged googletest's sources. Tobias Geerinckx-Rice 2019-06-23gnu: znc: Update to 1.7.4....* gnu/packages/messaging.scm (znc): Update to 1.7.4. Tobias Geerinckx-Rice 2019-05-26gnu: pidgin: Use HTTPS home page....* gnu/packages/messaging.scm (pidgin)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2019-05-26gnu: pidgin: Add network-manager support....* gnu/packages/messaging.scm (pidgin)[inputs]: Add network-manager. [arguments]: Undisable it in #:configure-flags. Tobias Geerinckx-Rice 2019-05-26gnu: pidgin: Update to 2.13.0....* gnu/packages/messaging.scm (pidgin): Update to 2.13.0. Tobias Geerinckx-Rice 2019-05-26gnu: pidgin: Don't use NAME in source URI....* gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME. Tobias Geerinckx-Rice 2019-05-24gnu: gajim-omemo: Update to 2.6.29....* gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.29. Rutger Helling 2019-05-13gnu: gajim: Fix error when GAJIM_PLUGIN_PATH is not set....Fixes <https://bug.gnu.org/35606> * gnu/packages/messaging.scm (gajim)[arguments]: Handle case when GAJIM_PLUGIN_PATH is unset in add-plugins-dir phase. Ricardo Wurmus 2019-04-27gnu: gajim: Update to 1.1.3....* gnu/packages/messaging.scm (gajim): Update to 1.1.3. Clément Lassieur 2019-04-27gnu: python-nbxmpp: Update to 0.6.10....* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.10. Clément Lassieur 2019-04-15gnu: toxic: Update to 0.8.3....* gnu/packages/messaging.scm (toxic): Update to 0.8.3. Tobias Geerinckx-Rice 2019-04-15gnu: toxic: Don't use unstable tarball....* gnu/packages/messaging.scm (toxic)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice 2019-04-11gnu: hangups: Update to 0.4.9....* gnu/packages/messaging.scm (hangups): Update to 0.4.9. [native-inputs]: Add python-httpretty and python-pytest. Tobias Geerinckx-Rice