mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
services: prosody: Use 'invoke' rather than 'system*'.
* gnu/services/messaging.scm (prosody-shepherd-service): Replace SYSTEM* with INVOKE.
This commit is contained in:
parent
18e56ad7eb
commit
2ded865665
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ See also @url{https://prosody.im/doc/modules/mod_muc}."
|
|||
(prosodyctl-bin (file-append prosody "/bin/prosodyctl"))
|
||||
(prosodyctl-action (lambda args
|
||||
#~(lambda _
|
||||
(zero? (system* #$prosodyctl-bin #$@args))))))
|
||||
(invoke #$prosodyctl-bin #$@args)))))
|
||||
(list (shepherd-service
|
||||
(documentation "Run the Prosody XMPP server")
|
||||
(provision '(prosody xmpp-daemon))
|
||||
|
|
Loading…
Reference in a new issue