generated from sebclem/ansible-role-template
Change service type to notify
This commit is contained in:
parent
a8b974bfe7
commit
e955498585
@ -9,7 +9,7 @@ After=network.target
|
|||||||
# Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that
|
# Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that
|
||||||
# LimitNOFILE=524288:524288
|
# LimitNOFILE=524288:524288
|
||||||
RestartSec=2s
|
RestartSec=2s
|
||||||
Type=simple
|
Type=notify
|
||||||
User={{ gitea_run_user }}
|
User={{ gitea_run_user }}
|
||||||
Group={{ gitea_run_user }}
|
Group={{ gitea_run_user }}
|
||||||
WorkingDirectory=/var/lib/gitea/
|
WorkingDirectory=/var/lib/gitea/
|
||||||
|
Loading…
Reference in New Issue
Block a user