1. add venv_compile; 2. add venv; 3. add mypy; 4. update d1/cpanel.py to aggregate .ssh/known_hosts files; 5. add systemd service for a gateway;
12 lines
186 B
Desktop File
12 lines
186 B
Desktop File
[Unit]
|
|
Description=fxreader.online-service
|
|
|
|
[Service]
|
|
#Type=oneshot
|
|
ExecStart=docker compose up -d
|
|
WorkingDirectory={{PROJECT_ROOT}}
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|