summarylogtreecommitdiffstats
path: root/turtl.service
blob: 201e2dc5120943b232daf5f5b4b7eef16de08cde (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=turtl server

[Service]
User=turtl
Group=turtl
ExecStart=/usr/bin/node /var/www/turtl/server/server.js

[Install]
WantedBy=multi-user.target