mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-23 10:42:14 +01:00
14 lines
292 B
Desktop File
14 lines
292 B
Desktop File
[Unit]
|
|
Description=Configure /etc/gitea/conf/app.ini from environmental variables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=root
|
|
PassEnvironment=GITEA_SERVER_HTTP_PORT
|
|
PassEnvironment=GITEA_SERVER_SSH_PORT
|
|
ExecStart=bash -c /usr/bin/gitea-configure-from-env
|
|
|
|
[Install]
|
|
RequiredBy=gitea.service
|