mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-05-12 20:00:40 +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))
|
||||
(start
|
||||
#~(make-forkexec-constructor
|
||||
(list #$(file-append forgejo "/bin/forgejo")
|
||||
(list "/run/current-system/profile/bin/forgejo"
|
||||
"--config" #$config-file)
|
||||
#:user "forgejo"
|
||||
#:group "forgejo"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user