Skip to content

Import comments from older version. #1621

Closed Answered by halon176
halon176 asked this question in Q&A
Discussion options

You must be logged in to vote

I fixed it by creating the system service /etc/systemd/system/remark42.service to which I passed the various references, like this:

[Unit]
Description=remark42
After=network.target

[Service]
Type=simple
EnvironmentFile=/var/www/remark42/remark42.conf
WorkingDirectory=/var/www/remark42
ExecStart=/var/www/remark42/remark42.linux-amd64 server
Restart=always
RestartSec=10
SyslogIdentifier=remark42
User=www-data
Group=www-data

[Install]
WantedBy=multi-user.target

it is a solution found somewhere on web and of which I have not found any mention in the documentation. In fact, from the documentation there is no way to understand how to pass the parameters of the config files and the workdir t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@paskal
Comment options

paskal Apr 12, 2023
Collaborator Sponsor

@halon176
Comment options

@paskal
Comment options

paskal Apr 12, 2023
Collaborator Sponsor

Answer selected by halon176
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants