Hi!
Sorry for the very late answer!
And here is the /etc/systemd/system/mona.service file content :
[Unit]
Description=MonaTiny service
[Service]
Type=forking
WorkingDirectory=/home/user/MonaServer2/MonaTiny
ExecStart=/home/user/MonaServer2/MonaTiny/MonaTiny --service
Restart=on-abort
[Install]
WantedBy=multi-user.target
I think the problem you have is that the argument is now "--service" (not --daemon), unless you are using an old version of Mona.
Regards
Thomas