[galene] Fix systemd unit

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-31 21:36:33 +02:00 committed by ynerant
parent 6420fe0afa
commit ceb8dc644c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{ ansible_header }} {{ ansible_header | comment }}
[Unit] [Unit]
Description=Galene Description=Galene
@ -9,7 +9,7 @@ Type=simple
WorkingDirectory=/var/local/galene WorkingDirectory=/var/local/galene
User=galene User=galene
Group=galene Group=galene
ExecStart=/var/local/galene/galene --insecure ExecStart=/var/local/galene/galene --insecure --turn ""
LimitNOFILE=65536 LimitNOFILE=65536
[Install] [Install]