Index
joshstock.in
/
4024ec7
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?
48
04 Jan 2020 12:53
6799f82
Create git pager source
Josh Stockin
1
11
0
N
Blob @
joshstock.in
/
gitpager.service
text/plain
198 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/index.js
7
Restart=always
8
Environment=NODE_ENV=$env
9
10
[Install]
11
WantedBy=multi-user.target
12