diff --git a/template/this-computer-pong.service b/template/this-computer-pong.service index 29e21ad..769267d 100644 --- a/template/this-computer-pong.service +++ b/template/this-computer-pong.service @@ -6,6 +6,8 @@ WorkingDirectory=DIST_DIR Environment="WS_PORT=PONG_PORT" ExecStart=/usr/bin/node pong/server.js Restart=on-failure +User=nobody +Group=nogroup [Install] WantedBy=default.target