[Unit] Description=Job-search dashboard (deployed from the Mac by deploy_to_pi.py) After=network-online.target Wants=network-online.target [Service] Type=simple User=www-data WorkingDirectory=/home/admin/jobdash ExecStart=/usr/bin/python3 -u /home/admin/jobdash/serve_dashboard.py Restart=always RestartSec=5 [Install] WantedBy=multi-user.target