tangled
alpha
login
or
join now
tjh.dev
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
systemd: add knotserver service
anirudh.fi
1 year ago
8531679c
98a8046c
+17
1 changed file
expand all
collapse all
unified
split
systemd
knotserver.service
+17
systemd/knotserver.service
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
···
1
+
[Unit]
2
+
Description=tangled knot server
3
+
After=network.target
4
+
5
+
6
+
[Service]
7
+
ExecStart=/usr/local/bin/knotserver
8
+
Restart=always
9
+
User=git
10
+
WorkingDirectory=/home/git
11
+
EnvironmentFile=/home/git/.knot.env
12
+
StandardOutput=journal
13
+
StandardError=journal
14
+
LimitNOFILE=65536
15
+
16
+
[Install]
17
+
WantedBy=multi-user.target