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
, multiple selections available,
Related content
Register GiD
Register GiD
More like this
Visit GiD forum
Visit GiD forum
More like this
Where can I find the SYSINFO and Machinename
Where can I find the SYSINFO and Machinename
More like this
Visit GiD downloads
Visit GiD downloads
More like this
Python's IDLE shell in GiD
Python's IDLE shell in GiD
More like this
Command line flags
Command line flags
More like this
COPYRIGHT © 2022 · GID · CIMNE