forked from finallycoffee/base
14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
|
[Unit]
|
||
|
Description=Run lego (letsencrypt client in go)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
EnvironmentFile={{ lego_base_path }}/%i.conf
|
||
|
User=acme-%i
|
||
|
Group=acme-%i
|
||
|
ExecStart={{ lego_base_path }}/run.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|
||
|
DefaultInstance=default
|