summaryrefslogtreecommitdiffstats
path: root/internal/templates/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/templates/templates.go')
-rw-r--r--internal/templates/templates.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/templates/templates.go b/internal/templates/templates.go
index d90163d..feb6c10 100644
--- a/internal/templates/templates.go
+++ b/internal/templates/templates.go
@@ -14,7 +14,7 @@ Type=simple
14User={{.User}} 14User={{.User}}
15WorkingDirectory={{.WorkDir}} 15WorkingDirectory={{.WorkDir}}
16EnvironmentFile={{.EnvFile}} 16EnvironmentFile={{.EnvFile}}
17ExecStart={{.BinaryPath}} --port={{.Port}} 17ExecStart={{.BinaryPath}} {{.Args}}
18Restart=always 18Restart=always
19RestartSec=5s 19RestartSec=5s
20NoNewPrivileges=true 20NoNewPrivileges=true