alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
systemd: add knotserver service
author
Anirudh Oppiliappan
date
1 year ago
(Mar 6, 2025, 8:14 PM +0200)
commit
8531679c
8531679c9a1680edc1055e0e9a4a72385ebb1cf4
parent
98a8046c
98a8046c52e8af23f7ba923d3d1e360e3f7651b4
+17
1 changed file
Expand all
Collapse all
Unified
Split
systemd
knotserver.service
+17
systemd/knotserver.service
Reviewed
···
1
1
+
[Unit]
2
2
+
Description=tangled knot server
3
3
+
After=network.target
4
4
+
5
5
+
6
6
+
[Service]
7
7
+
ExecStart=/usr/local/bin/knotserver
8
8
+
Restart=always
9
9
+
User=git
10
10
+
WorkingDirectory=/home/git
11
11
+
EnvironmentFile=/home/git/.knot.env
12
12
+
StandardOutput=journal
13
13
+
StandardError=journal
14
14
+
LimitNOFILE=65536
15
15
+
16
16
+
[Install]
17
17
+
WantedBy=multi-user.target