Hi,
I am following the steps as per the link.
I copied the same to create override.conf file. Do i need to change MATCHBOX_ADDRESS ip?
# /etc/systemd/system/matchbox.service.d/override.conf
[Service]
Environment="MATCHBOX_ADDRESS=0.0.0.0:8080"
Environment="MATCHBOX_RPC_ADDRESS=0.0.0.0:8081"
Environment="MATCHBOX_LOG_LEVEL=debug"
cd scripts/tls/
core@master01 ~/tectonic/matchbox/scripts/tls $ export SAN=DNS.1:
matchbox.example.com,IP.1:192.168.1.3
Got the below error when checking the systemctl status.
core@master01 ~/tectonic/matchbox/scripts/tls $ systemctl status matchbox
● matchbox.service - CoreOS matchbox Server
Loaded: loaded (/etc/systemd/system/matchbox.service; enabled; vendor preset:
Drop-In: /etc/systemd/system/matchbox.service.d
└─override.conf
Active: failed (Result: exit-code) since Wed 2017-02-22 07:28:49 UTC; 24s ago
Main PID: 1885 (code=exited, status=217/USER)
Feb 22 07:28:49 master01 systemd[1]: Started CoreOS matchbox Server.
Feb 22 07:28:49 master01 systemd[1885]: matchbox.service: Failed at step USER sp
Feb 22 07:28:49 master01 systemd[1]: matchbox.service: Main process exited, code
Feb 22 07:28:49 master01 systemd[1]: matchbox.service: Unit entered failed state
Feb 22 07:28:49 master01 systemd[1]: matchbox.service: Failed with result 'exit-
lines 1-13/13 (END)
Could you please help.