mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-23 10:42:14 +01:00
13 lines
226 B
Desktop File
13 lines
226 B
Desktop File
[Unit]
|
|
Description=Configure OBS from environmental variables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=root
|
|
PassEnvironment=OBS_PROXY_AUTH
|
|
ExecStart=bash -c /usr/bin/obs-configure-from-env
|
|
|
|
[Install]
|
|
RequiredBy=apache2.service
|