[Unit] Description=MOMO 排程器服務 - 商品看板與活動看板自動更新 After=network.target [Service] Type=simple User=ogt Group=ogt WorkingDirectory=/home/ogt/momo_pro_system Environment="PATH=/home/ogt/momo_pro_system/venv/bin:/usr/local/bin:/usr/bin:/bin" ExecStart=/home/ogt/momo_pro_system/venv/bin/python3 /home/ogt/momo_pro_system/run_scheduler.py Restart=always RestartSec=10 StandardOutput=journal StandardError=journal SyslogIdentifier=momo-scheduler [Install] WantedBy=multi-user.target