We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2056c6f commit 4bcdab7Copy full SHA for 4bcdab7
deploy/aggregator.service
@@ -0,0 +1,14 @@
1
+[Unit]
2
+Description=Makerspace Leiden Aggregator
3
+After=network.target redis.service signal.service
4
+
5
+[Service]
6
+Type=simple
7
+Restart=always
8
+RestartSec=2
9
+User=aggregator
10
+EnvironmentFile=/usr/local/aggregator/.env
11
+ExecStart=/usr/local/aggregator/venv/bin/python /usr/local/aggregator/server-prod.py
12
13
+[Install]
14
+WantedBy=multi-user.target
0 commit comments