database setup for outsidethebox.top webhosting infrastructure project
https://data.outsidethebox.top
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
324 B
12 lines
324 B
[Unit] |
|
Description=db-admin weekly SSL/status check |
|
After=network-online.target |
|
Wants=network-online.target |
|
|
|
[Service] |
|
Type=oneshot |
|
User=www-data |
|
Group=www-data |
|
WorkingDirectory=/opt/outsidethedb/app |
|
Environment="PATH=/opt/outsidethedb/venv/bin" |
|
ExecStart=/opt/outsidethedb/venv/bin/python /opt/outsidethedb/app/sslcheck.py
|
|
|