ansible-roles/webapps/gitea/templates/redis.service.j2
Mathieu Gauthier-Pilote aad108d6c0
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |4839|0|4839|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
New role to install + upgrade Gitea
2023-03-10 10:43:44 -05:00

15 lines
233 B
Django/Jinja

[Unit]
Description=Advanced key-value store
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/redis-server /home/%i/redis/redis.conf
TimeoutStopSec=0
Restart=always
User=%i
Group=%i
[Install]
WantedBy=multi-user.target