life-deployments/systemd/life-platform-vram.service

13 lines
322 B
Desktop File

[Unit]
Description=Life Platform VRAM Lifecycle Manager
After=life-platform-caddy.service
[Service]
Type=exec
EnvironmentFile=%h/.local/share/life-platform/.env.production
ExecStart=/usr/bin/python3 %h/.local/share/life-platform/scripts/vram-manager.py
Restart=on-failure
RestartSec=10
[Install]
WantedBy=default.target