How can i run dapperdox as a Linux service?
Closed this issue · 1 comments
cuongvt93 commented
I try run DapperDox on Linux Service, but it's not working. DapperDox service is not starting.
Please help me check the Service file:
SystemD file:
Description=This is dapperdox
Wants=network-online.target
After=
[Service]
Type=forking
User=dapperdox
ExecStart=/sbin/startproc /full/path/to/dapperdox -spec-dir=examples/specifications/tc -bind-addr 0.0.0.0:3123
ExecStop=/sbin/killproc -TERM /full/path/to/dapperdox
[Install]
WantedBy=multi-user.target
Tks,
cuongvt93 commented
I fixed.