summarylogtreecommitdiffstats
path: root/ogar.service
blob: 2ac4c4308c7da32063eb0172ebd82d70aa10688c (plain)
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