This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix the description on the service file
pull/929/head
Yannick Goossens
5 years ago
parent
51e2547484
commit
7d1d3b47bc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2
+ 1
- 1
roles/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2
View File
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix
reminder
bot
Description=Matrix
Go-NEB
bot
{% for service in matrix_bot_go_neb_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
Write
Preview
Loading…
Cancel
Save