[Unit] Description=Chat WebSocket Server After=network.target [Service] User=hobber Group=hobber WorkingDirectory=/home/hobber/public_html/api/bin/ ExecStart=/usr/local/bin/php /home/hobber/public_html/api/bin/chat-server.php Restart=always RestartSec=3 StandardOutput=append:/var/log/chat-websocket.log StandardError=append:/var/log/chat-websocket.log [Install] WantedBy=multi-user.target