[Unit] Description=Shorts source and preview worker After=network-online.target shorts-dashboard.service [Service] WorkingDirectory=/root/workspace ExecStart=/usr/bin/python3 /root/workspace/shorts_worker.py Restart=on-failure RestartSec=10 NoNewPrivileges=true PrivateTmp=true UMask=0077 [Install] WantedBy=multi-user.target