Index
joshstock.in
/
f379bc9
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?
71
20 Jan 2020 15:39
f379bc9
Move gitpager.service configuration to gitpager dir
Josh Stockin
1
11
0
N
Blob @
joshstock.in
/
gitpager
/
misc
/
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