This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=-/etc/sysconfig/reg-server
-
ExecStart=/usr/bin/reg-server $REG_USERNAME $REG_PASSWORD $REG_REGISTRY $REG_PORT $REG_CERTPATH $REG_KEYPATH $REG_INTERVAL $REG_CLAIRURL $REG_DEBUG
-
PrivateTmp=yes
-
Restart=on-failure
-
Type=simple
-
WorkingDirectory=/var/lib/reg-server/
-
-
[Unit]
-
After=network.target
-
Description=A static UI for a docker registry.
-
Documentation=https://github.com/jessfraz/reg/
-
Additionnal notes
Nothing here.