Run PtokaX Under systemd
Here is the example to run PtokaX Direct Connect Hub software as a daemon under
[Unit]
Description=PtokaX Service
After=network.target
[Service]
Type=simple
User=ptokax
Group=ptokax
ExecStart=/usr/local/bin/PtokaX -d -c /home/ptokax/
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Leave a Reply