forked from stove/dataset
13 lines
247 B
Desktop File
13 lines
247 B
Desktop File
[Unit]
|
|
Description=Generate certificate
|
|
After=risotto.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment="PYTHONPATH=/usr/local/risotto/python/"
|
|
ExecStart=/usr/local/bin/update-certificates
|
|
User=risotto
|
|
Group=risotto
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|