1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=Ogar Server After=network.target [Service] Type=simple User=ogar Group=ogar WorkingDirectory=/usr/share/ogar ExecStart=/usr/bin/node /usr/share/ogar/src/index.js [Install] WantedBy=multi-user.target