Index
joshstock.in
/
c8cb357
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
73
20 Jan 2020 21:49
9b4a3f1
Begin gitpager rewrite
Josh Stockin
1
1
1
N
Blob @
joshstock.in
/
gitpager
/
misc
/
gitpager.service
text/plain
200 bytes
download raw
1
[Unit]
2
Description=git subdomain of joshstock.in
3
4
[Service]
5
Type=simple
6
ExecStart=/usr/bin/node /srv/gitpager/src/app.js
7
Restart=always
8
Environment=NODE_ENV=$env
9
10
[Install]
11
WantedBy=multi-user.target
12