summaryrefslogtreecommitdiff
path: root/wordly.service
blob: 9c905c3a5f0b978222c8c75852d7251591b03099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Service]
ExecStart=/usr/bin/node /srv/http/wordly/app.js
Restart=always
WorkingDirectory=/srv/http/wordly
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=wordly
User=alexis
Group=users
Environment=PORT=8080

[Install]
WantedBy=multi-user.target