-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Running the latest available Linux binary, I get the following in the error logs (I had to edit the Systemd file a bit to make a service for it)
Caught exception: TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and null
I modified the service file listed on this github to make it run the binary as well as output to log files instead of syslog (something that isnt used in modern systemd linux)
From:
Output to syslog
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=mm-server
To:
StandardOutput=append:/containers/mms/mms.log
StandardError=append:/containers/mms/mms-error.log
#SyslogIdentifier=mm-server
The edit for the ExecStart was changing it to where I placed the binary: ExecStart=/containers/mms/mms
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels