mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
etc: 'guix-publish.service' depends on 'guix-daemon.service'.
Reported by Dimitri Delabroye <dimitri.delabroye@inria.fr>. * etc/guix-publish.service.in (Requires, PartOf, After): New fields.
This commit is contained in:
parent
5da7b2d050
commit
e342f89b4c
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
[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
|
||||
|
|
Loading…
Reference in a new issue