Remove runaway patch file.
[jackhill/guix/guix.git] / etc / guix-publish.conf.in
CommitLineData
332d7903
HG
1# This is a "job" for the Upstart init system to launch 'guix-daemon'.
2# Drop it in /etc/init to have 'guix-daemon' automatically started.
3
4description "Publish the GNU Guix store"
5
6start on runlevel [2345]
7
8stop on runlevel [016]
9
10task
11
e9926f80 12exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181