mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 11:12:14 +01:00
13 lines
226 B
SYSTEMD
13 lines
226 B
SYSTEMD
|
[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
|