9 lines
180 B
Desktop File
9 lines
180 B
Desktop File
[Unit]
|
|
Description=Sync NPM Let's Encrypt cert into mailcow
|
|
After=docker.service
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/mailcow-dockerized/sync-npm-cert.sh
|