[galene] Fix systemd unit
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
6420fe0afa
commit
ceb8dc644c
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue