1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-23 10:42:14 +01:00
github.com_openSUSE_osc/behave/container-files/etc/systemd/system/gitea-configure-from-env.service

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