Index

joshstock.in / 026a50f

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
4804 Jan 2020 12:536799f82Create git pager sourceJosh Stockin1110N

Blob @ joshstock.in / gitpager.service

text/plain198 bytesdownload raw
1[Unit]
2Description=git subdomain of joshstock.in
3
4[Service]
5Type=simple
6ExecStart=/usr/bin/node /srv/gitpager/index.js
7Restart=always
8Environment=NODE_ENV=$env
9
10[Install]
11WantedBy=multi-user.target
12