Systemd service file, used to auto start docker container.
- copy
[email protected]
to /etc/systemd/system/ by root - run
systemctl daemon-reload
- use
systemctl enable [email protected]
to enable - e.g.
systemctl enable [email protected]
- use
systemctl disable [email protected]
to disable