forked from tangled.org/core
this repo has no description

systemd: add knotserver service

Changed files
+17
systemd
+17
systemd/knotserver.service
···
···
+
[Unit]
+
Description=tangled knot server
+
After=network.target
+
+
+
[Service]
+
ExecStart=/usr/local/bin/knotserver
+
Restart=always
+
User=git
+
WorkingDirectory=/home/git
+
EnvironmentFile=/home/git/.knot.env
+
StandardOutput=journal
+
StandardError=journal
+
LimitNOFILE=65536
+
+
[Install]
+
WantedBy=multi-user.target