On my linux Debian server I run this commands:
$ sudo cp maiad.service /lib/systemd/system
$ sudo ln -s /lib/systemd/system/maiad.service /etc/systemd/system/maiad.service
$ sudo service maiad start
Job for maiad.service failed because the control process exited with error code.
See "systemctl status maiad.service" and "journalctl -xe" for details.
In log:
systemd[1]: maiad.service: Start request repeated too quickly.
systemd[1]: Failed to start Maiad Daemon.
systemd[1]: maiad.service: Unit entered failed state.
systemd[1]: maiad.service: Failed with result 'exit-code'.
On my linux Debian server I run this commands:
$ sudo cp maiad.service /lib/systemd/system$ sudo ln -s /lib/systemd/system/maiad.service /etc/systemd/system/maiad.service$ sudo service maiad startJob for maiad.service failed because the control process exited with error code.See "systemctl status maiad.service" and "journalctl -xe" for details.In log:
systemd[1]: maiad.service: Start request repeated too quickly.systemd[1]: Failed to start Maiad Daemon.systemd[1]: maiad.service: Unit entered failed state.systemd[1]: maiad.service: Failed with result 'exit-code'.