aboutsummaryrefslogtreecommitdiff
# This is a "job" for the Upstart init system to launch 'guix-daemon'.
# Drop it in /etc/init to have 'guix-daemon' automatically started.

description "Publish the GNU Guix store"

start on runlevel [2345]

stop on runlevel [016]

task

exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181
title='2020-02-19 04:08:55 +0100'>2020-02-19gnu: services: Add openvpn options....Julien Lepiller 2020-02-19gnu: services: Fix openvpn boolean fields....Julien Lepiller 2017-10-10services: vpn: Fix default tls-auth configuration....Julien Lepiller 2017-03-31doc: Fix typos....Eric Bavier 2017-03-24services: openvpn: Fix a typo which was corrected in generated doc....Mathieu Othacehe 2017-01-25services: Fix 'mkdir-p' in activation scripts....Clément Lassieur 2017-01-20services: Reindent vpn.scm....Ludovic Courtès 2017-01-15gnu: Add openvpn service....Julien Lepiller