We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3373cfb commit dde0addCopy full SHA for dde0add
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "simplyprint-duet3d"
3
-version = "1.3.11"
+version = "1.3.12"
4
description = "SimplyPrint integration with any Duet3D powered RepRapFirmware printers "
5
readme = "README.rst"
6
license-files = ["LICENSE"]
simplyprint-duet3d.service
@@ -1,13 +1,15 @@
[Unit]
Description=Meltingplot Duet <-> SimplyPrint.io connector
After=network.target
+StartLimitIntervalSec=2min
+StartLimitBurst=5
7
[Service]
8
Type=simple
9
Restart=always
10
StartLimitInterval=0
11
StartLimitBurst=1440
-RestartSec=60
12
+RestartSec=5s
13
ExecStart=/usr/local/bin/simplyprint-duet3d start
14
WorkingDirectory=/usr/local
15
User=ubuntu
0 commit comments