/
systemd service

GiD - The personal pre and post processor

systemd service

(recommended method):

Create a file inside the folder /etc/systemd/system named passerverd.service
with a content like this

[Unit]
Description=GiD password server: floating password for GiD and problemtypes
Requires=network.target
After=systemd-user-sessions.service
StartLimitIntervalSec=0

[Service]
Type=simple
ExecStart=/usr/local/passerver/passerverd -port 7073
Restart=always
RestartSec=1

[Install]
WantedBy=multi-user.target


And to enable it during startup run once

sudo systemctl enable passerverd.service


then the service can be started/stopped with

sudo systemctl start passerverd.service
sudo systemctl stop passerverd.service

Related content

rc.local
rc.local
More like this
Manual configuration of the services
Manual configuration of the services
More like this
Other
More like this
Windows install
Windows install
More like this
Run on Windows
Run on Windows
More like this
Introduction
Introduction
More like this

COPYRIGHT © 2022 · GID · CIMNE