forked from
tangled.org/core
fork
Configure Feed
Select the types of activity you want to include in your feed.
this repo has no description
fork
Configure Feed
Select the types of activity you want to include in your feed.
1[Unit]
2Description=tangled knot server
3After=network.target
4
5
6[Service]
7ExecStart=/usr/local/bin/knotserver
8Restart=always
9User=git
10WorkingDirectory=/home/git
11EnvironmentFile=/home/git/.knot.env
12StandardOutput=journal
13StandardError=journal
14LimitNOFILE=65536
15
16[Install]
17WantedBy=multi-user.target