mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-08-19 19:20:14 +00:00
services: forgejo: Use a consistent launching path.
Otherwise there'll be launching issue due to path change. * modules/rosenthal/services/web.scm (forgejo-shepherd-service) [start]: Launch forgejo from system profile instead of the store.
This commit is contained in:
parent
f729ee2641
commit
cc5a4a0baa
@ -327,7 +327,7 @@
|
|||||||
(requirement '(loopback postgresql))
|
(requirement '(loopback postgresql))
|
||||||
(start
|
(start
|
||||||
#~(make-forkexec-constructor
|
#~(make-forkexec-constructor
|
||||||
(list #$(file-append forgejo "/bin/forgejo")
|
(list "/run/current-system/profile/bin/forgejo"
|
||||||
"--config" #$config-file)
|
"--config" #$config-file)
|
||||||
#:user "forgejo"
|
#:user "forgejo"
|
||||||
#:group "forgejo"
|
#:group "forgejo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user