[Unit] Description=Moonraker to Google Calendar print watcher Wants=network-online.target After=network-online.target [Service] Type=simple WorkingDirectory=/opt/print-calendar-watcher ExecStart=/usr/bin/python3 /opt/print-calendar-watcher/moonraker_calendar_watcher.py --config /opt/print-calendar-watcher/config.json Restart=always RestartSec=10 Environment=PYTHONUNBUFFERED=1 [Install] WantedBy=multi-user.target