Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
avvy
Blocks admin
Commits
83596d4a
Commit
83596d4a
authored
3 years ago
by
Vlad Gaydukov
Browse files
Options
Download
Email Patches
Plain Diff
auto restart
parent
f8e2a29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/server_tornado/templates/systemd.tpl
+2
-0
ansible/roles/server_tornado/templates/systemd.tpl
with
2 additions
and
0 deletions
+2
-0
ansible/roles/server_tornado/templates/systemd.tpl
View file @
83596d4a
...
...
@@ -5,6 +5,8 @@ After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3.9 /var/www/{
{
server_name
}
}/{
{
server_filename
}
}
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help