[Unit] Description=Shorts automation control dashboard After=network.target [Service] Type=simple WorkingDirectory=/root/workspace ExecStart=/usr/bin/python3 /root/workspace/shorts_dashboard.py Restart=on-failure RestartSec=5 NoNewPrivileges=true PrivateTmp=true ProtectSystem=full ProtectHome=false ReadWritePaths=/root/workspace/shorts_data UMask=0077 [Install] WantedBy=multi-user.target