9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
[Unit]
|
|
Description=certbot-syncer service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rsync --chmod=755 -aL /etc/letsencrypt/live/ <%= $data_root %>/pub/
|
|
User=root
|
|
Group=root
|